#60382C

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

Shades of Hairy Heath #60382C

Tints of Hairy Heath #60382C

Color information

#60382C (or 0x60382C) is unknown color: approx Hairy Heath. HEX triplet: 60, 38 and 2C. RGB value is (96,56,44). Sum of RGB (Red+Green+Blue) = 96+56+44=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60382C is #9FC7D3. Grayscale: #424242. Windows color (decimal): -10471380 or 2898016. OLE color: 2898016.

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

Color convert

RGB965644-
CMYK00.420.540.62
HSL13.85º37.14%27.45%-
HSV(B)13.85º54.17%37.65%-
XYZ6.695.53.09-
YUV66.59115.25148.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=48.98%
G=28.57%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96564400.420.540.6213.8537.1427.45
Hex60382C02A363Ee251b
Octal14070540526676164533
Binary11000001110001011000101010110110111110111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,56,44); }

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

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

 a { background-color: rgb(96,56,44); }

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

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

 span { border-color: rgb(96,56,44); }

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