#60372A

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

Shades of Hairy Heath #60372A

Tints of Hairy Heath #60372A

Color information

#60372A (or 0x60372A) is unknown color: approx Hairy Heath. HEX triplet: 60, 37 and 2A. RGB value is (96,55,42). Sum of RGB (Red+Green+Blue) = 96+55+42=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60372A is #9FC8D5. Grayscale: #414141. Windows color (decimal): -10471638 or 2766688. OLE color: 2766688.

HSL color Cylindrical-coordinate representation of color #60372A: hue angle of 14.44º 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 #60372A is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB965542-
CMYK00.430.560.62
HSL14.44º39.13%27.06%-
HSV(B)14.44º56.25%37.65%-
XYZ6.615.392.88-
YUV65.78114.58149.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=49.74%
G=28.50%
B=21.76%

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
Decimal96554200.430.560.6214.4439.1327.06
Hex60372A02B383Ee271b
Octal14067520537076164733
Binary11000001101111010100101011111000111110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60372A; }

 p { color: rgb(96,55,42); }

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

<style>
 a { background-color: #60372A; }

 a { background-color: rgb(96,55,42); }

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

<style>
 span { border-color: #60372A; }

 span { border-color: rgb(96,55,42); }

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