#665504

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

Shades of Raw Umber #665504

Tints of Raw Umber #665504

Color information

#665504 (or 0x665504) is unknown color: approx Raw Umber. HEX triplet: 66, 55 and 04. RGB value is (102,85,4). Sum of RGB (Red+Green+Blue) = 102+85+4=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #665504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665504 is #99AAFB. Grayscale: #515151. Windows color (decimal): -10070780 or 284006. OLE color: 284006.

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

Color convert

RGB102854-
CMYK00.170.960.6
HSL49.59º92.45%20.78%-
HSV(B)49.59º96.08%40%-
XYZ8.759.331.45-
YUV80.8584.63143.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=53.40%
G=44.50%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10285400.170.960.649.5992.4520.78
Hex66554011603C325c15
Octal1461254021140746213425
Binary110011010101011000100011100000111100110010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665504; }

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

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

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

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

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

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

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

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