#642E27

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

Shades of Hairy Heath #642E27

Tints of Hairy Heath #642E27

Color information

#642E27 (or 0x642E27) is unknown color: approx Hairy Heath. HEX triplet: 64, 2E and 27. RGB value is (100,46,39). Sum of RGB (Red+Green+Blue) = 100+46+39=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #642E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642E27 is #9BD1D8. Grayscale: #3D3D3D. Windows color (decimal): -10211801 or 2567780. OLE color: 2567780.

HSL color Cylindrical-coordinate representation of color #642E27: hue angle of 6.89º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #642E27 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB1004639-
CMYK00.540.610.61
HSL6.89º43.88%27.25%-
HSV(B)6.89º61%39.22%-
XYZ6.64.812.5-
YUV61.35115.39155.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=54.05%
G=24.86%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100463900.540.610.616.8943.8827.25
Hex642E270363D3D72c1b
Octal1445647066757575433
Binary1100100101110100111011011011110111110111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642E27; }

 p { color: rgb(100,46,39); }

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

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

 a { background-color: rgb(100,46,39); }

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

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

 span { border-color: rgb(100,46,39); }

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