#60353B

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

Shades of Jazz #60353B

Tints of Jazz #60353B

Color information

#60353B (or 0x60353B) is unknown color: approx Jazz. HEX triplet: 60, 35 and 3B. RGB value is (96,53,59). Sum of RGB (Red+Green+Blue) = 96+53+59=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60353B is #9FCAC4. Grayscale: #424242. Windows color (decimal): -10472133 or 3880288. OLE color: 3880288.

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

Color convert

RGB965359-
CMYK00.450.390.62
HSL351.63º28.86%29.22%-
HSV(B)351.63º44.79%37.65%-
XYZ6.895.354.81-
YUV66.54123.75149.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=46.15%
G=25.48%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96535900.450.390.62351.6328.8629.22
Hex60353B02D273E1601d1d
Octal140657305547765403535
Binary110000011010111101101011011001111111101011000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60353B; }

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

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

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

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

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

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

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

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