#66520E

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

Shades of Raw Umber #66520E

Tints of Raw Umber #66520E

Color information

#66520E (or 0x66520E) is unknown color: approx Raw Umber. HEX triplet: 66, 52 and 0E. RGB value is (102,82,14). Sum of RGB (Red+Green+Blue) = 102+82+14=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66520E is #99ADF1. Grayscale: #505050. Windows color (decimal): -10071538 or 938598. OLE color: 938598.

HSL color Cylindrical-coordinate representation of color #66520E: hue angle of 46.36º 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 #66520E is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1028214-
CMYK00.200.860.6
HSL46.36º75.86%22.75%-
HSV(B)46.36º86.27%40%-
XYZ8.588.891.68-
YUV80.2390.63143.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 14 (5.86% from 255) = 7.07%
R=51.52%
G=41.41%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102821400.200.860.646.3675.8622.75
Hex6652E014563C2e4c17
Octal14612216024126745611427
Binary1100110101001011100101001010110111100101110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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