#664D06

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

Shades of Raw Umber #664D06

Tints of Raw Umber #664D06

Color information

#664D06 (or 0x664D06) is unknown color: approx Raw Umber. HEX triplet: 66, 4D and 06. RGB value is (102,77,6). Sum of RGB (Red+Green+Blue) = 102+77+6=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #664D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D06 is #99B2F9. Grayscale: #4C4C4C. Windows color (decimal): -10072826 or 413030. OLE color: 413030.

HSL color Cylindrical-coordinate representation of color #664D06: hue angle of 44.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #664D06 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB102776-
CMYK00.250.940.6
HSL44.38º88.89%21.18%-
HSV(B)44.38º94.12%40%-
XYZ8.178.151.31-
YUV76.3888.28146.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 77 (30.47% from 255) = 41.62%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=55.14%
G=41.62%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10277600.250.940.644.3888.8921.18
Hex664D60195E3C2c5915
Octal1461156031136745413125
Binary110011010011011100110011011110111100101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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