#64372C

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

Shades of Hairy Heath #64372C

Tints of Hairy Heath #64372C

Color information

#64372C (or 0x64372C) is unknown color: approx Hairy Heath. HEX triplet: 64, 37 and 2C. RGB value is (100,55,44). Sum of RGB (Red+Green+Blue) = 100+55+44=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64372C is #9BC8D3. Grayscale: #434343. Windows color (decimal): -10209492 or 2897764. OLE color: 2897764.

HSL color Cylindrical-coordinate representation of color #64372C: hue angle of 11.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64372C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1005544-
CMYK00.450.560.61
HSL11.79º38.89%28.24%-
HSV(B)11.79º56%39.22%-
XYZ7.085.623.1-
YUV67.2114.91151.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=50.25%
G=27.64%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100554400.450.560.6111.7938.8928.24
Hex64372C02D383Dc271c
Octal14467540557075144734
Binary11001001101111011000101101111000111101110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64372C; }

 p { color: rgb(100,55,44); }

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

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

 a { background-color: rgb(100,55,44); }

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

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

 span { border-color: rgb(100,55,44); }

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