#663526

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

Shades of Hairy Heath #663526

Tints of Hairy Heath #663526

Color information

#663526 (or 0x663526) is unknown color: approx Hairy Heath. HEX triplet: 66, 35 and 26. RGB value is (102,53,38). Sum of RGB (Red+Green+Blue) = 102+53+38=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #663526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663526 is #99CAD9. Grayscale: #424242. Windows color (decimal): -10078938 or 2504038. OLE color: 2504038.

HSL color Cylindrical-coordinate representation of color #663526: hue angle of 14.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663526 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1025338-
CMYK00.480.630.6
HSL14.06º45.71%27.45%-
HSV(B)14.06º62.75%40%-
XYZ7.15.512.52-
YUV65.94112.23153.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=52.85%
G=27.46%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102533800.480.630.614.0645.7127.45
Hex6635260303F3Ce2e1b
Octal14665460607774165633
Binary11001101101011001100110000111111111100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663526; }

 p { color: rgb(102,53,38); }

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

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

 a { background-color: rgb(102,53,38); }

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

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

 span { border-color: rgb(102,53,38); }

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