#664D08

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

Shades of Raw Umber #664D08

Tints of Raw Umber #664D08

Color information

#664D08 (or 0x664D08) is unknown color: approx Raw Umber. HEX triplet: 66, 4D and 08. RGB value is (102,77,8). Sum of RGB (Red+Green+Blue) = 102+77+8=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #664D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D08 is #99B2F7. Grayscale: #4C4C4C. Windows color (decimal): -10072824 or 544102. OLE color: 544102.

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

Color convert

RGB102778-
CMYK00.250.920.6
HSL44.04º85.45%21.57%-
HSV(B)44.04º92.16%40%-
XYZ8.188.151.37-
YUV76.6189.28146.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 77 (30.47% from 255) = 41.18%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=54.55%
G=41.18%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10277800.250.920.644.0485.4521.57
Hex664D80195C3C2c5516
Octal14611510031134745412526
Binary1100110100110110000110011011100111100101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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