#61372D

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

Shades of Hairy Heath #61372D

Tints of Hairy Heath #61372D

Color information

#61372D (or 0x61372D) is unknown color: approx Hairy Heath. HEX triplet: 61, 37 and 2D. RGB value is (97,55,45). Sum of RGB (Red+Green+Blue) = 97+55+45=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61372D is #9EC8D2. Grayscale: #424242. Windows color (decimal): -10406099 or 2963297. OLE color: 2963297.

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

Color convert

RGB975545-
CMYK00.430.540.62
HSL11.54º36.62%27.84%-
HSV(B)11.54º53.61%38.04%-
XYZ6.775.463.18-
YUV66.42115.91149.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=49.24%
G=27.92%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97554500.430.540.6211.5436.6227.84
Hex61372D02B363Ec251c
Octal14167550536676144534
Binary11000011101111011010101011110110111110110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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