#61372B

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

Shades of Hairy Heath #61372B

Tints of Hairy Heath #61372B

Color information

#61372B (or 0x61372B) is unknown color: approx Hairy Heath. HEX triplet: 61, 37 and 2B. RGB value is (97,55,43). Sum of RGB (Red+Green+Blue) = 97+55+43=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61372B is #9EC8D4. Grayscale: #424242. Windows color (decimal): -10406101 or 2832225. OLE color: 2832225.

HSL color Cylindrical-coordinate representation of color #61372B: hue angle of 13.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61372B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB975543-
CMYK00.430.560.62
HSL13.33º38.57%27.45%-
HSV(B)13.33º55.67%38.04%-
XYZ6.735.452.98-
YUV66.19114.91149.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=49.74%
G=28.21%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97554300.430.560.6213.3338.5727.45
Hex61372B02B383Ed271b
Octal14167530537076154733
Binary11000011101111010110101011111000111110110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61372B; }

 p { color: rgb(97,55,43); }

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

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

 a { background-color: rgb(97,55,43); }

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

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

 span { border-color: rgb(97,55,43); }

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