#664F08

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

Shades of Raw Umber #664F08

Tints of Raw Umber #664F08

Color information

#664F08 (or 0x664F08) is unknown color: approx Raw Umber. HEX triplet: 66, 4F and 08. RGB value is (102,79,8). Sum of RGB (Red+Green+Blue) = 102+79+8=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F08 is #99B0F7. Grayscale: #4E4E4E. Windows color (decimal): -10072312 or 544614. OLE color: 544614.

HSL color Cylindrical-coordinate representation of color #664F08: hue angle of 45.32º 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 #664F08 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB102798-
CMYK00.230.920.6
HSL45.32º85.45%21.57%-
HSV(B)45.32º92.16%40%-
XYZ8.328.431.42-
YUV77.7888.62145.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=53.97%
G=41.80%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10279800.230.920.645.3285.4521.57
Hex664F80175C3C2d5516
Octal14611710027134745512526
Binary1100110100111110000101111011100111100101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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