#663426

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

Shades of Hairy Heath #663426

Tints of Hairy Heath #663426

Color information

#663426 (or 0x663426) is unknown color: approx Hairy Heath. HEX triplet: 66, 34 and 26. RGB value is (102,52,38). Sum of RGB (Red+Green+Blue) = 102+52+38=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663426 is #99CBD9. Grayscale: #414141. Windows color (decimal): -10079194 or 2503782. OLE color: 2503782.

HSL color Cylindrical-coordinate representation of color #663426: hue angle of 13.12º 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 #663426 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1025238-
CMYK00.490.630.6
HSL13.12º45.71%27.45%-
HSV(B)13.12º62.75%40%-
XYZ7.065.422.51-
YUV65.35112.56154.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=53.12%
G=27.08%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102523800.490.630.613.1245.7127.45
Hex6634260313F3Cd2e1b
Octal14664460617774155633
Binary11001101101001001100110001111111111100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663426; }

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

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

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

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

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

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

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

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