#664200

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

Shades of Raw Umber #664200

Tints of Raw Umber #664200

Color information

#664200 (or 0x664200) is unknown color: approx Raw Umber. HEX triplet: 66, 42 and 00. RGB value is (102,66,0). Sum of RGB (Red+Green+Blue) = 102+66+0=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #664200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664200 is #99BDFF. Grayscale: #454545. Windows color (decimal): -10075648 or 16998. OLE color: 16998.

HSL color Cylindrical-coordinate representation of color #664200: hue angle of 38.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #664200 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB102660-
CMYK00.3510.6
HSL38.82º100%20%-
HSV(B)38.82º100%40%-
XYZ7.436.720.91-
YUV69.2488.93151.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.71%
G=39.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10266000.3510.638.8210020
Hex66420023643C276414
Octal1461020043144744714424
Binary11001101000010001000111100100111100100111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664200; }

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

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

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

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

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

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

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

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