#65372C

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

Shades of Hairy Heath #65372C

Tints of Hairy Heath #65372C

Color information

#65372C (or 0x65372C) is unknown color: approx Hairy Heath. HEX triplet: 65, 37 and 2C. RGB value is (101,55,44). Sum of RGB (Red+Green+Blue) = 101+55+44=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65372C is #9AC8D3. Grayscale: #434343. Windows color (decimal): -10143956 or 2897765. OLE color: 2897765.

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

Color convert

RGB1015544-
CMYK00.460.560.60
HSL11.58º39.31%28.43%-
HSV(B)11.58º56.44%39.61%-
XYZ7.195.683.1-
YUV67.5114.74151.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=50.5%
G=27.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101554400.460.560.6011.5839.3128.43
Hex65372C02E383Cc271c
Octal14567540567074144734
Binary11001011101111011000101110111000111100110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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