#603539

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

Shades of Jazz #603539

Tints of Jazz #603539

Color information

#603539 (or 0x603539) is unknown color: approx Jazz. HEX triplet: 60, 35 and 39. RGB value is (96,53,57). Sum of RGB (Red+Green+Blue) = 96+53+57=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603539 is #9FCAC6. Grayscale: #424242. Windows color (decimal): -10472135 or 3749216. OLE color: 3749216.

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

Color convert

RGB965357-
CMYK00.450.410.62
HSL354.42º28.86%29.22%-
HSV(B)354.42º44.79%37.65%-
XYZ6.845.334.54-
YUV66.31122.75149.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 57 (22.66% from 255) = 27.67%
R=46.60%
G=25.73%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96535700.450.410.62354.4228.8629.22
Hex60353902D293E1621d1d
Octal140657105551765423535
Binary110000011010111100101011011010011111101011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603539; }

 p { color: rgb(96,53,57); }

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

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

 a { background-color: rgb(96,53,57); }

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

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

 span { border-color: rgb(96,53,57); }

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