#60311E

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

Shades of Hairy Heath #60311E

Tints of Hairy Heath #60311E

Color information

#60311E (or 0x60311E) is unknown color: approx Hairy Heath. HEX triplet: 60, 31 and 1E. RGB value is (96,49,30). Sum of RGB (Red+Green+Blue) = 96+49+30=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60311E is #9FCEE1. Grayscale: #3D3D3D. Windows color (decimal): -10473186 or 1978720. OLE color: 1978720.

HSL color Cylindrical-coordinate representation of color #60311E: hue angle of 17.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60311E is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB964930-
CMYK00.490.690.62
HSL17.27º52.38%24.71%-
HSV(B)17.27º68.75%37.65%-
XYZ6.164.781.83-
YUV60.89110.57153.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=54.86%
G=28%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96493000.490.690.6217.2752.3824.71
Hex60311E031453E113419
Octal140613606110576216431
Binary110000011000111110011000110001011111101000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60311E; }

 p { color: rgb(96,49,30); }

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

<style>
 a { background-color: #60311E; }

 a { background-color: rgb(96,49,30); }

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

<style>
 span { border-color: #60311E; }

 span { border-color: rgb(96,49,30); }

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