#60301E

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

Shades of Hairy Heath #60301E

Tints of Hairy Heath #60301E

Color information

#60301E (or 0x60301E) is unknown color: approx Hairy Heath. HEX triplet: 60, 30 and 1E. RGB value is (96,48,30). Sum of RGB (Red+Green+Blue) = 96+48+30=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60301E is #9FCFE1. Grayscale: #3C3C3C. Windows color (decimal): -10473442 or 1978464. OLE color: 1978464.

HSL color Cylindrical-coordinate representation of color #60301E: hue angle of 16.36º 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 #60301E is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB964830-
CMYK00.500.690.62
HSL16.36º52.38%24.71%-
HSV(B)16.36º68.75%37.65%-
XYZ6.124.691.81-
YUV60.3110.9153.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=55.17%
G=27.59%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96483000.500.690.6216.3652.3824.71
Hex60301E032453E103419
Octal140603606210576206431
Binary110000011000011110011001010001011111101000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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