#603328

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

Shades of Hairy Heath #603328

Tints of Hairy Heath #603328

Color information

#603328 (or 0x603328) is unknown color: approx Hairy Heath. HEX triplet: 60, 33 and 28. RGB value is (96,51,40). Sum of RGB (Red+Green+Blue) = 96+51+40=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #603328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603328 is #9FCCD7. Grayscale: #3F3F3F. Windows color (decimal): -10472664 or 2634592. OLE color: 2634592.

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

Color convert

RGB965140-
CMYK00.470.580.62
HSL11.79º41.18%26.67%-
HSV(B)11.79º58.33%37.65%-
XYZ6.395.012.64-
YUV63.2114.91151.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=51.34%
G=27.27%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96514000.470.580.6211.7941.1826.67
Hex60332802F3A3Ec291b
Octal14063500577276145133
Binary11000001100111010000101111111010111110110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603328; }

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

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

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

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

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

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

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

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