#66520A

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

Shades of Raw Umber #66520A

Tints of Raw Umber #66520A

Color information

#66520A (or 0x66520A) is unknown color: approx Raw Umber. HEX triplet: 66, 52 and 0A. RGB value is (102,82,10). Sum of RGB (Red+Green+Blue) = 102+82+10=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66520A is #99ADF5. Grayscale: #505050. Windows color (decimal): -10071542 or 676454. OLE color: 676454.

HSL color Cylindrical-coordinate representation of color #66520A: hue angle of 46.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66520A is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1028210-
CMYK00.200.900.6
HSL46.96º82.14%21.96%-
HSV(B)46.96º90.2%40%-
XYZ8.558.881.55-
YUV79.7788.63143.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=52.58%
G=42.27%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102821000.200.900.646.9682.1421.96
Hex6652A0145A3C2f5216
Octal14612212024132745712226
Binary1100110101001010100101001011010111100101111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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