#66460c

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

Shades of Raw Umber #66460C

Tints of Raw Umber #66460C

Color information

#66460C (or 0x66460C) is unknown color: approx Raw Umber. HEX triplet: 66, 46 and 0C. RGB value is (102,70,12). Sum of RGB (Red+Green+Blue) = 102+70+12=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66460C is #99B9F3. Grayscale: #494949. Windows color (decimal): -10074612 or 804454. OLE color: 804454.

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

Color convert

RGB1027012-
CMYK00.310.880.6
HSL38.67º78.95%22.35%-
HSV(B)38.67º88.24%40%-
XYZ7.747.231.34-
YUV72.9693.6148.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 12 (5.08% from 255) = 6.52%
R=55.43%
G=38.04%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102701200.310.880.638.6778.9522.35
Hex6646C01F583C274f16
Octal14610614037130744711726
Binary1100110100011011000111111011000111100100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66460c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66460c; }

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

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

<style>
 a { background-color: #66460c; }

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

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

<style>
 span { border-color: #66460c; }

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

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