#664210

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

Shades of Raw Umber #664210

Tints of Raw Umber #664210

Color information

#664210 (or 0x664210) is unknown color: approx Raw Umber. HEX triplet: 66, 42 and 10. RGB value is (102,66,16). Sum of RGB (Red+Green+Blue) = 102+66+16=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #664210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664210 is #99BDEF. Grayscale: #474747. Windows color (decimal): -10075632 or 1065574. OLE color: 1065574.

HSL color Cylindrical-coordinate representation of color #664210: hue angle of 34.88º 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 #664210 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1026616-
CMYK00.350.840.6
HSL34.88º72.88%23.14%-
HSV(B)34.88º84.31%40%-
XYZ7.526.761.4-
YUV71.0696.93150.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=55.43%
G=35.87%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102661600.350.840.634.8872.8823.14
Hex664210023543C234917
Octal14610220043124744311127
Binary110011010000101000001000111010100111100100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664210; }

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

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

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

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

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

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

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

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