#665610

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

Shades of Raw Umber #665610

Tints of Raw Umber #665610

Color information

#665610 (or 0x665610) is unknown color: approx Raw Umber. HEX triplet: 66, 56 and 10. RGB value is (102,86,16). Sum of RGB (Red+Green+Blue) = 102+86+16=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #665610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665610 is #99A9EF. Grayscale: #535353. Windows color (decimal): -10070512 or 1070694. OLE color: 1070694.

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

Color convert

RGB1028616-
CMYK00.160.840.6
HSL48.84º72.88%23.14%-
HSV(B)48.84º84.31%40%-
XYZ8.99.521.86-
YUV82.890.3141.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=50%
G=42.16%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102861600.160.840.648.8472.8823.14
Hex665610010543C314917
Octal14612620020124746111127
Binary11001101010110100000100001010100111100110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665610; }

 p { color: rgb(102,86,16); }

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

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

 a { background-color: rgb(102,86,16); }

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

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

 span { border-color: rgb(102,86,16); }

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