#603120

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

Shades of Hairy Heath #603120

Tints of Hairy Heath #603120

Color information

#603120 (or 0x603120) is unknown color: approx Hairy Heath. HEX triplet: 60, 31 and 20. RGB value is (96,49,32). Sum of RGB (Red+Green+Blue) = 96+49+32=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603120 is #9FCEDF. Grayscale: #3D3D3D. Windows color (decimal): -10473184 or 2109792. OLE color: 2109792.

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

Color convert

RGB964932-
CMYK00.490.670.62
HSL15.94º50%25.1%-
HSV(B)15.94º66.67%37.65%-
XYZ6.184.791.96-
YUV61.12111.57152.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=54.24%
G=27.68%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96493200.490.670.6215.945025.1
Hex603120031433E103219
Octal140614006110376206231
Binary1100000110001100000011000110000111111101000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603120; }

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

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

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

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

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

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

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

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