#6B4010

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

Shades of Raw Umber #6B4010

Tints of Raw Umber #6B4010

Color information

#6B4010 (or 0x6B4010) is unknown color: approx Raw Umber. HEX triplet: 6B, 40 and 10. RGB value is (107,64,16). Sum of RGB (Red+Green+Blue) = 107+64+16=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4010 is #94BFEF. Grayscale: #474747. Windows color (decimal): -9748464 or 1065067. OLE color: 1065067.

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

Color convert

RGB1076416-
CMYK00.400.850.58
HSL31.65º73.98%24.12%-
HSV(B)31.65º85.05%41.96%-
XYZ7.996.831.39-
YUV71.3896.75153.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.22%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=57.22%
G=34.22%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107641600.400.850.5831.6573.9824.12
Hex6B4010028553A204a18
Octal15310020050125724011230
Binary110101110000001000001010001010101111010100000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,16); }

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

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

 a { background-color: rgb(107,64,16); }

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

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

 span { border-color: rgb(107,64,16); }

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