#66560d

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

Shades of Raw Umber #66560D

Tints of Raw Umber #66560D

Color information

#66560D (or 0x66560D) is unknown color: approx Raw Umber. HEX triplet: 66, 56 and 0D. RGB value is (102,86,13). Sum of RGB (Red+Green+Blue) = 102+86+13=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66560D is #99A9F2. Grayscale: #525252. Windows color (decimal): -10070515 or 874086. OLE color: 874086.

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

Color convert

RGB1028613-
CMYK00.160.870.6
HSL49.21º77.39%22.55%-
HSV(B)49.21º87.25%40%-
XYZ8.889.511.75-
YUV82.4688.8141.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=50.75%
G=42.79%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102861300.160.870.649.2177.3922.55
Hex6656D010573C314d17
Octal14612615020127746111527
Binary1100110101011011010100001010111111100110001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66560d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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