#665204

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

Shades of Raw Umber #665204

Tints of Raw Umber #665204

Color information

#665204 (or 0x665204) is unknown color: approx Raw Umber. HEX triplet: 66, 52 and 04. RGB value is (102,82,4). Sum of RGB (Red+Green+Blue) = 102+82+4=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #665204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665204 is #99ADFB. Grayscale: #4F4F4F. Windows color (decimal): -10071548 or 283238. OLE color: 283238.

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

Color convert

RGB102824-
CMYK00.200.960.6
HSL47.76º92.45%20.78%-
HSV(B)47.76º96.08%40%-
XYZ8.528.871.38-
YUV79.0985.63144.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=54.26%
G=43.62%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10282400.200.960.647.7692.4520.78
Hex66524014603C305c15
Octal1461224024140746013425
Binary110011010100101000101001100000111100110000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665204; }

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

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

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

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

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

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

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

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