#663020

Color #663020 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #663020

Tints of Hairy Heath #663020

Color information

#663020 (or 0x663020) is unknown color: approx Hairy Heath. HEX triplet: 66, 30 and 20. RGB value is (102,48,32). Sum of RGB (Red+Green+Blue) = 102+48+32=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663020 is #99CFDF. Grayscale: #3E3E3E. Windows color (decimal): -10080224 or 2109542. OLE color: 2109542.

HSL color Cylindrical-coordinate representation of color #663020: hue angle of 13.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663020 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1024832-
CMYK00.530.690.6
HSL13.71º52.24%26.27%-
HSV(B)13.71º68.63%40%-
XYZ6.85.041.98-
YUV62.32110.89156.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=56.04%
G=26.37%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102483200.530.690.613.7152.2426.27
Hex663020035453Ce341a
Octal146604006510574166432
Binary110011011000010000001101011000101111100111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663020; }

 p { color: rgb(102,48,32); }

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

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

 a { background-color: rgb(102,48,32); }

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

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

 span { border-color: rgb(102,48,32); }

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