#665511

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

Shades of Raw Umber #665511

Tints of Raw Umber #665511

Color information

#665511 (or 0x665511) is unknown color: approx Raw Umber. HEX triplet: 66, 55 and 11. RGB value is (102,85,17). Sum of RGB (Red+Green+Blue) = 102+85+17=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #665511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665511 is #99AAEE. Grayscale: #525252. Windows color (decimal): -10070767 or 1135974. OLE color: 1135974.

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

Color convert

RGB1028517-
CMYK00.170.830.6
HSL48º71.43%23.33%-
HSV(B)48º83.33%40%-
XYZ8.839.361.87-
YUV82.3391.13142.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 17 (7.03% from 255) = 8.33%
R=50%
G=41.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102851700.170.830.64871.4323.33
Hex665511011533C304717
Octal14612521021123746010727
Binary11001101010101100010100011010011111100110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665511; }

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

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

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

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

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

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

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

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