#6C4A16

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

Shades of Raw Umber #6C4A16

Tints of Raw Umber #6C4A16

Color information

#6C4A16 (or 0x6C4A16) is unknown color: approx Raw Umber. HEX triplet: 6C, 4A and 16. RGB value is (108,74,22). Sum of RGB (Red+Green+Blue) = 108+74+22=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4A16 is #93B5E9. Grayscale: #4E4E4E. Windows color (decimal): -9680362 or 1460844. OLE color: 1460844.

HSL color Cylindrical-coordinate representation of color #6C4A16: hue angle of 36.28º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C4A16 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1087422-
CMYK00.310.800.58
HSL36.28º66.15%25.49%-
HSV(B)36.28º79.63%42.35%-
XYZ8.788.141.87-
YUV78.2496.26149.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.94%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=52.94%
G=36.27%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108742200.310.800.5836.2866.1525.49
Hex6C4A1601F503A244219
Octal15411226037120724410231
Binary11011001001010101100111111010000111010100100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,74,22); }

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

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

 a { background-color: rgb(108,74,22); }

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

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

 span { border-color: rgb(108,74,22); }

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