#663625

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

Shades of Hairy Heath #663625

Tints of Hairy Heath #663625

Color information

#663625 (or 0x663625) is unknown color: approx Hairy Heath. HEX triplet: 66, 36 and 25. RGB value is (102,54,37). Sum of RGB (Red+Green+Blue) = 102+54+37=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #663625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663625 is #99C9DA. Grayscale: #424242. Windows color (decimal): -10078683 or 2438758. OLE color: 2438758.

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

Color convert

RGB1025437-
CMYK00.470.640.6
HSL15.69º46.76%27.25%-
HSV(B)15.69º63.73%40%-
XYZ7.135.62.45-
YUV66.41111.4153.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=52.85%
G=27.98%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102543700.470.640.615.6946.7627.25
Hex66362502F403C102f1b
Octal146664505710074205733
Binary1100110110110100101010111110000001111001000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663625; }

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

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

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

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

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

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

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

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