#65372D

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

Shades of Hairy Heath #65372D

Tints of Hairy Heath #65372D

Color information

#65372D (or 0x65372D) is unknown color: approx Hairy Heath. HEX triplet: 65, 37 and 2D. RGB value is (101,55,45). Sum of RGB (Red+Green+Blue) = 101+55+45=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #65372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65372D is #9AC8D2. Grayscale: #434343. Windows color (decimal): -10143955 or 2963301. OLE color: 2963301.

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

Color convert

RGB1015545-
CMYK00.460.550.60
HSL10.71º38.36%28.63%-
HSV(B)10.71º55.45%39.61%-
XYZ7.215.693.2-
YUV67.61115.24151.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.25%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=50.25%
G=27.36%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101554500.460.550.6010.7138.3628.63
Hex65372D02E373Cb261d
Octal14567550566774134635
Binary11001011101111011010101110110111111100101110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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