#664706

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

Shades of Raw Umber #664706

Tints of Raw Umber #664706

Color information

#664706 (or 0x664706) is unknown color: approx Raw Umber. HEX triplet: 66, 47 and 06. RGB value is (102,71,6). Sum of RGB (Red+Green+Blue) = 102+71+6=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #664706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664706 is #99B8F9. Grayscale: #494949. Windows color (decimal): -10074362 or 411494. OLE color: 411494.

HSL color Cylindrical-coordinate representation of color #664706: hue angle of 40.62º 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 #664706 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB102716-
CMYK00.300.940.6
HSL40.62º88.89%21.18%-
HSV(B)40.62º94.12%40%-
XYZ7.777.341.18-
YUV72.8690.27148.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=56.98%
G=39.66%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10271600.300.940.640.6288.8921.18
Hex6647601E5E3C295915
Octal1461076036136745113125
Binary110011010001111100111101011110111100101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664706; }

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

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

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

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

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

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

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

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