#665506

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

Shades of Raw Umber #665506

Tints of Raw Umber #665506

Color information

#665506 (or 0x665506) is unknown color: approx Raw Umber. HEX triplet: 66, 55 and 06. RGB value is (102,85,6). Sum of RGB (Red+Green+Blue) = 102+85+6=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665506 is #99AAF9. Grayscale: #515151. Windows color (decimal): -10070778 or 415078. OLE color: 415078.

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

Color convert

RGB102856-
CMYK00.170.940.6
HSL49.38º88.89%21.18%-
HSV(B)49.38º94.12%40%-
XYZ8.769.331.51-
YUV81.0885.63142.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=52.85%
G=44.04%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10285600.170.940.649.3888.8921.18
Hex665560115E3C315915
Octal1461256021136746113125
Binary110011010101011100100011011110111100110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665506; }

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

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

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

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

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

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

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

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