#664F18

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

Shades of Raw Umber #664F18

Tints of Raw Umber #664F18

Color information

#664F18 (or 0x664F18) is unknown color: approx Raw Umber. HEX triplet: 66, 4F and 18. RGB value is (102,79,24). Sum of RGB (Red+Green+Blue) = 102+79+24=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F18 is #99B0E7. Grayscale: #4F4F4F. Windows color (decimal): -10072296 or 1593190. OLE color: 1593190.

HSL color Cylindrical-coordinate representation of color #664F18: hue angle of 42.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #664F18 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1027924-
CMYK00.230.760.6
HSL42.31º61.9%24.71%-
HSV(B)42.31º76.47%40%-
XYZ8.448.482.06-
YUV79.6196.62143.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 24 (9.77% from 255) = 11.71%
R=49.76%
G=38.54%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102792400.230.760.642.3161.924.71
Hex664F180174C3C2a3e19
Octal1461173002711474527631
Binary1100110100111111000010111100110011110010101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664F18; }

 p { color: rgb(102,79,24); }

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

<style>
 a { background-color: #664F18; }

 a { background-color: rgb(102,79,24); }

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

<style>
 span { border-color: #664F18; }

 span { border-color: rgb(102,79,24); }

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