#663626

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

Shades of Hairy Heath #663626

Tints of Hairy Heath #663626

Color information

#663626 (or 0x663626) is unknown color: approx Hairy Heath. HEX triplet: 66, 36 and 26. RGB value is (102,54,38). Sum of RGB (Red+Green+Blue) = 102+54+38=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #663626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663626 is #99C9D9. Grayscale: #424242. Windows color (decimal): -10078682 or 2504294. OLE color: 2504294.

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

Color convert

RGB1025438-
CMYK00.470.630.6
HSL15º45.71%27.45%-
HSV(B)15º62.75%40%-
XYZ7.155.62.54-
YUV66.53111.9153.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=52.58%
G=27.84%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102543800.470.630.61545.7127.45
Hex66362602F3F3Cf2e1b
Octal14666460577774175633
Binary11001101101101001100101111111111111100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663626; }

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

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

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

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

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

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

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

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