#664010

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

Shades of Raw Umber #664010

Tints of Raw Umber #664010

Color information

#664010 (or 0x664010) is unknown color: approx Raw Umber. HEX triplet: 66, 40 and 10. RGB value is (102,64,16). Sum of RGB (Red+Green+Blue) = 102+64+16=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #664010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664010 is #99BFEF. Grayscale: #464646. Windows color (decimal): -10076144 or 1065062. OLE color: 1065062.

HSL color Cylindrical-coordinate representation of color #664010: hue angle of 33.49º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #664010 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1026416-
CMYK00.370.840.6
HSL33.49º72.88%23.14%-
HSV(B)33.49º84.31%40%-
XYZ7.416.531.36-
YUV69.8997.59150.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 16 (6.64% from 255) = 8.79%
R=56.04%
G=35.16%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102641600.370.840.633.4972.8823.14
Hex664010025543C214917
Octal14610020045124744111127
Binary110011010000001000001001011010100111100100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664010; }

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

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

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

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

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

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

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

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