#603137

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

Shades of Jazz #603137

Tints of Jazz #603137

Color information

#603137 (or 0x603137) is unknown color: approx Jazz. HEX triplet: 60, 31 and 37. RGB value is (96,49,55). Sum of RGB (Red+Green+Blue) = 96+49+55=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #603137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603137 is #9FCEC8. Grayscale: #3F3F3F. Windows color (decimal): -10473161 or 3617120. OLE color: 3617120.

HSL color Cylindrical-coordinate representation of color #603137: hue angle of 352.34º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603137 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB964955-
CMYK00.490.430.62
HSL352.34º32.41%28.43%-
HSV(B)352.34º48.96%37.65%-
XYZ6.614.964.22-
YUV63.74123.07151.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=48%
G=24.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96495500.490.430.62352.3432.4128.43
Hex6031370312B3E160201c
Octal140616706153765404034
Binary1100000110001110111011000110101111111010110000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603137; }

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

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

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

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

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

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

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

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