#664A08

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

Shades of Raw Umber #664A08

Tints of Raw Umber #664A08

Color information

#664A08 (or 0x664A08) is unknown color: approx Raw Umber. HEX triplet: 66, 4A and 08. RGB value is (102,74,8). Sum of RGB (Red+Green+Blue) = 102+74+8=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #664A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664A08 is #99B5F7. Grayscale: #4B4B4B. Windows color (decimal): -10073592 or 543334. OLE color: 543334.

HSL color Cylindrical-coordinate representation of color #664A08: hue angle of 42.13º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #664A08 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB102748-
CMYK00.270.920.6
HSL42.13º85.45%21.57%-
HSV(B)42.13º92.16%40%-
XYZ7.977.741.3-
YUV74.8590.28147.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=55.43%
G=40.22%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10274800.270.920.642.1385.4521.57
Hex664A801B5C3C2a5516
Octal14611210033134745212526
Binary1100110100101010000110111011100111100101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A08; }

 p { color: rgb(102,74,8); }

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

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

 a { background-color: rgb(102,74,8); }

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

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

 span { border-color: rgb(102,74,8); }

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