#665505

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

Shades of Raw Umber #665505

Tints of Raw Umber #665505

Color information

#665505 (or 0x665505) is unknown color: approx Raw Umber. HEX triplet: 66, 55 and 05. RGB value is (102,85,5). Sum of RGB (Red+Green+Blue) = 102+85+5=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #665505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665505 is #99AAFA. Grayscale: #515151. Windows color (decimal): -10070779 or 349542. OLE color: 349542.

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

Color convert

RGB102855-
CMYK00.170.950.6
HSL49.48º90.65%20.98%-
HSV(B)49.48º95.1%40%-
XYZ8.769.331.48-
YUV80.9685.13143-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=53.12%
G=44.27%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10285500.170.950.649.4890.6520.98
Hex665550115F3C315b15
Octal1461255021137746113325
Binary110011010101011010100011011111111100110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665505; }

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

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

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

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

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

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

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

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