#66400C

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

Shades of Raw Umber #66400C

Tints of Raw Umber #66400C

Color information

#66400C (or 0x66400C) is unknown color: approx Raw Umber. HEX triplet: 66, 40 and 0C. RGB value is (102,64,12). Sum of RGB (Red+Green+Blue) = 102+64+12=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66400C is #99BFF3. Grayscale: #454545. Windows color (decimal): -10076148 or 802918. OLE color: 802918.

HSL color Cylindrical-coordinate representation of color #66400C: hue angle of 34.67º 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 #66400C is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1026412-
CMYK00.370.880.6
HSL34.67º78.95%22.35%-
HSV(B)34.67º88.24%40%-
XYZ7.386.521.22-
YUV69.4395.59151.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=57.30%
G=35.96%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102641200.370.880.634.6778.9522.35
Hex6640C025583C234f16
Octal14610014045130744311726
Binary11001101000000110001001011011000111100100011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66400C; }

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

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

<style>
 a { background-color: #66400C; }

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

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

<style>
 span { border-color: #66400C; }

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

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