#66520C

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

Shades of Raw Umber #66520C

Tints of Raw Umber #66520C

Color information

#66520C (or 0x66520C) is unknown color: approx Raw Umber. HEX triplet: 66, 52 and 0C. RGB value is (102,82,12). Sum of RGB (Red+Green+Blue) = 102+82+12=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66520C is #99ADF3. Grayscale: #505050. Windows color (decimal): -10071540 or 807526. OLE color: 807526.

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

Color convert

RGB1028212-
CMYK00.200.880.6
HSL46.67º78.95%22.35%-
HSV(B)46.67º88.24%40%-
XYZ8.568.891.61-
YUV8089.63143.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=52.04%
G=41.84%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102821200.200.880.646.6778.9522.35
Hex6652C014583C2f4f16
Octal14612214024130745711726
Binary1100110101001011000101001011000111100101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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