#664E0C

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

Shades of Raw Umber #664E0C

Tints of Raw Umber #664E0C

Color information

#664E0C (or 0x664E0C) is unknown color: approx Raw Umber. HEX triplet: 66, 4E and 0C. RGB value is (102,78,12). Sum of RGB (Red+Green+Blue) = 102+78+12=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E0C is #99B1F3. Grayscale: #4D4D4D. Windows color (decimal): -10072564 or 806502. OLE color: 806502.

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

Color convert

RGB1027812-
CMYK00.240.880.6
HSL44º78.95%22.35%-
HSV(B)44º88.24%40%-
XYZ8.278.31.51-
YUV77.6590.95145.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=53.12%
G=40.62%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102781200.240.880.64478.9522.35
Hex664EC018583C2c4f16
Octal14611614030130745411726
Binary1100110100111011000110001011000111100101100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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