#603439

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

Shades of Jazz #603439

Tints of Jazz #603439

Color information

#603439 (or 0x603439) is unknown color: approx Jazz. HEX triplet: 60, 34 and 39. RGB value is (96,52,57). Sum of RGB (Red+Green+Blue) = 96+52+57=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603439 is #9FCBC6. Grayscale: #414141. Windows color (decimal): -10472391 or 3748960. OLE color: 3748960.

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

Color convert

RGB965257-
CMYK00.460.410.62
HSL353.18º29.73%29.02%-
HSV(B)353.18º45.83%37.65%-
XYZ6.795.244.52-
YUV65.73123.08149.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 57 (22.66% from 255) = 27.80%
R=46.83%
G=25.37%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96525700.460.410.62353.1829.7329.02
Hex60343902E293E1611e1d
Octal140647105651765413635
Binary110000011010011100101011101010011111101011000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603439; }

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

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

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

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

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

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

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

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