#66560E

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

Shades of Raw Umber #66560E

Tints of Raw Umber #66560E

Color information

#66560E (or 0x66560E) is unknown color: approx Raw Umber. HEX triplet: 66, 56 and 0E. RGB value is (102,86,14). Sum of RGB (Red+Green+Blue) = 102+86+14=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66560E is #99A9F1. Grayscale: #525252. Windows color (decimal): -10070514 or 939622. OLE color: 939622.

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

Color convert

RGB1028614-
CMYK00.160.860.6
HSL49.09º75.86%22.75%-
HSV(B)49.09º86.27%40%-
XYZ8.899.511.78-
YUV82.5889.3141.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 86 (33.98% from 255) = 42.57%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=50.50%
G=42.57%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102861400.160.860.649.0975.8622.75
Hex6656E010563C314c17
Octal14612616020126746111427
Binary1100110101011011100100001010110111100110001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66560E; }

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

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

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

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

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

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

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

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