#6C440D

Color #6C440D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #6C440D

Tints of Raw Umber #6C440D

Color information

#6C440D (or 0x6C440D) is unknown color: approx Raw Umber. HEX triplet: 6C, 44 and 0D. RGB value is (108,68,13). Sum of RGB (Red+Green+Blue) = 108+68+13=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C440D is #93BBF2. Grayscale: #494949. Windows color (decimal): -9681907 or 869484. OLE color: 869484.

HSL color Cylindrical-coordinate representation of color #6C440D: hue angle of 34.74º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C440D is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB1086813-
CMYK00.370.880.58
HSL34.74º78.51%23.73%-
HSV(B)34.74º87.96%42.35%-
XYZ8.327.351.36-
YUV73.6993.75152.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 57.14%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=57.14%
G=35.98%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108681300.370.880.5834.7478.5123.73
Hex6C44D025583A234f18
Octal15410415045130724311730
Binary11011001000100110101001011011000111010100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C440D; }

 p { color: rgb(108,68,13); }

 H1.HeaderClassName
 {
   color: #6C440D;
 }
 .AnyTagClassName
 {
   color: #6C440D;
 }
</style>
background-color css

<style>
 a { background-color: #6C440D; }

 a { background-color: rgb(108,68,13); }

 div.DivClassName
 {
   background-color: #6C440D;
 }
 .BgClassName
 {
   background-color: #6C440D;
 }
</style>
border-color css

<style>
 span { border-color: #6C440D; }

 span { border-color: rgb(108,68,13); }

 td.TdClassName
 {
   border-color: #6C440D;
 }
 .TagClassName
 {
   border-color: #6C440D;
 }
</style>