#603437

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

Shades of Jazz #603437

Tints of Jazz #603437

Color information

#603437 (or 0x603437) is unknown color: approx Jazz. HEX triplet: 60, 34 and 37. RGB value is (96,52,55). Sum of RGB (Red+Green+Blue) = 96+52+55=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #603437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603437 is #9FCBC8. Grayscale: #414141. Windows color (decimal): -10472393 or 3617888. OLE color: 3617888.

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

Color convert

RGB965255-
CMYK00.460.430.62
HSL355.91º29.73%29.02%-
HSV(B)355.91º45.83%37.65%-
XYZ6.745.224.27-
YUV65.5122.08149.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=47.29%
G=25.62%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96525500.460.430.62355.9129.7329.02
Hex60343702E2B3E1641e1d
Octal140646705653765443635
Binary110000011010011011101011101010111111101011001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603437; }

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

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

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

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

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

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

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

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