#603537

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

Shades of Jazz #603537

Tints of Jazz #603537

Color information

#603537 (or 0x603537) is unknown color: approx Jazz. HEX triplet: 60, 35 and 37. RGB value is (96,53,55). Sum of RGB (Red+Green+Blue) = 96+53+55=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603537 is #9FCAC8. Grayscale: #424242. Windows color (decimal): -10472137 or 3618144. OLE color: 3618144.

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

Color convert

RGB965355-
CMYK00.450.430.62
HSL357.21º28.86%29.22%-
HSV(B)357.21º44.79%37.65%-
XYZ6.795.314.28-
YUV66.08121.75149.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=47.06%
G=25.98%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96535500.450.430.62357.2128.8629.22
Hex60353702D2B3E1651d1d
Octal140656705553765453535
Binary110000011010111011101011011010111111101011001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603537; }

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

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

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

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

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

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

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

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