#603136

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

Shades of Jazz #603136

Tints of Jazz #603136

Color information

#603136 (or 0x603136) is unknown color: approx Jazz. HEX triplet: 60, 31 and 36. RGB value is (96,49,54). Sum of RGB (Red+Green+Blue) = 96+49+54=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603136 is #9FCEC9. Grayscale: #3F3F3F. Windows color (decimal): -10473162 or 3551584. OLE color: 3551584.

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

Color convert

RGB964954-
CMYK00.490.440.62
HSL353.62º32.41%28.43%-
HSV(B)353.62º48.96%37.65%-
XYZ6.594.954.1-
YUV63.62122.57151.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=48.24%
G=24.62%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96495400.490.440.62353.6232.4128.43
Hex6031360312C3E162201c
Octal140616606154765424034
Binary1100000110001110110011000110110011111010110001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603136; }

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

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

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

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

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

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

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

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