#60353A

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

Shades of Jazz #60353A

Tints of Jazz #60353A

Color information

#60353A (or 0x60353A) is unknown color: approx Jazz. HEX triplet: 60, 35 and 3A. RGB value is (96,53,58). Sum of RGB (Red+Green+Blue) = 96+53+58=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60353A is #9FCAC5. Grayscale: #424242. Windows color (decimal): -10472134 or 3814752. OLE color: 3814752.

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

Color convert

RGB965358-
CMYK00.450.400.62
HSL353.02º28.86%29.22%-
HSV(B)353.02º44.79%37.65%-
XYZ6.865.344.67-
YUV66.43123.25149.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=46.38%
G=25.60%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96535800.450.400.62353.0228.8629.22
Hex60353A02D283E1611d1d
Octal140657205550765413535
Binary110000011010111101001011011010001111101011000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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