#603028

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

Shades of Hairy Heath #603028

Tints of Hairy Heath #603028

Color information

#603028 (or 0x603028) is unknown color: approx Hairy Heath. HEX triplet: 60, 30 and 28. RGB value is (96,48,40). Sum of RGB (Red+Green+Blue) = 96+48+40=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #603028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603028 is #9FCFD7. Grayscale: #3D3D3D. Windows color (decimal): -10473432 or 2633824. OLE color: 2633824.

HSL color Cylindrical-coordinate representation of color #603028: hue angle of 8.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603028 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB964840-
CMYK00.500.580.62
HSL8.57º41.18%26.67%-
HSV(B)8.57º58.33%37.65%-
XYZ6.264.752.59-
YUV61.44115.9152.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=52.17%
G=26.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96484000.500.580.628.5741.1826.67
Hex6030280323A3E9291b
Octal14060500627276115133
Binary11000001100001010000110010111010111110100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603028; }

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

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

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

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

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

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

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

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