#603228

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

Shades of Hairy Heath #603228

Tints of Hairy Heath #603228

Color information

#603228 (or 0x603228) is unknown color: approx Hairy Heath. HEX triplet: 60, 32 and 28. RGB value is (96,50,40). Sum of RGB (Red+Green+Blue) = 96+50+40=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603228 is #9FCDD7. Grayscale: #3E3E3E. Windows color (decimal): -10472920 or 2634336. OLE color: 2634336.

HSL color Cylindrical-coordinate representation of color #603228: hue angle of 10.71º 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 #603228 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB965040-
CMYK00.480.580.62
HSL10.71º41.18%26.67%-
HSV(B)10.71º58.33%37.65%-
XYZ6.354.922.62-
YUV62.61115.24151.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 40 (16.02% from 255) = 21.51%
R=51.61%
G=26.88%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96504000.480.580.6210.7141.1826.67
Hex6032280303A3Eb291b
Octal14062500607276135133
Binary11000001100101010000110000111010111110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603228; }

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

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

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

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

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

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

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

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