#664E12

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

Shades of Raw Umber #664E12

Tints of Raw Umber #664E12

Color information

#664E12 (or 0x664E12) is unknown color: approx Raw Umber. HEX triplet: 66, 4E and 12. RGB value is (102,78,18). Sum of RGB (Red+Green+Blue) = 102+78+18=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #664E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E12 is #99B1ED. Grayscale: #4E4E4E. Windows color (decimal): -10072558 or 1199718. OLE color: 1199718.

HSL color Cylindrical-coordinate representation of color #664E12: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #664E12 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1027818-
CMYK00.240.820.6
HSL42.86º70%23.53%-
HSV(B)42.86º82.35%40%-
XYZ8.318.321.74-
YUV78.3493.95144.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=51.52%
G=39.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102781800.240.820.642.867023.53
Hex664E12018523C2b4618
Octal14611622030122745310630
Binary11001101001110100100110001010010111100101011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,78,18); }

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

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

 a { background-color: rgb(102,78,18); }

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

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

 span { border-color: rgb(102,78,18); }

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