#664704

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

Shades of Raw Umber #664704

Tints of Raw Umber #664704

Color information

#664704 (or 0x664704) is unknown color: approx Raw Umber. HEX triplet: 66, 47 and 04. RGB value is (102,71,4). Sum of RGB (Red+Green+Blue) = 102+71+4=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #664704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664704 is #99B8FB. Grayscale: #484848. Windows color (decimal): -10074364 or 280422. OLE color: 280422.

HSL color Cylindrical-coordinate representation of color #664704: hue angle of 41.02º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #664704 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB102714-
CMYK00.300.960.6
HSL41.02º92.45%20.78%-
HSV(B)41.02º96.08%40%-
XYZ7.757.341.12-
YUV72.6389.27148.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 4 (1.95% from 255) = 2.26%
R=57.63%
G=40.11%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10271400.300.960.641.0292.4520.78
Hex6647401E603C295c15
Octal1461074036140745113425
Binary110011010001111000111101100000111100101001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664704; }

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

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

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

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

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

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

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

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