#60373A

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

Shades of Jazz #60373A

Tints of Jazz #60373A

Color information

#60373A (or 0x60373A) is unknown color: approx Jazz. HEX triplet: 60, 37 and 3A. RGB value is (96,55,58). Sum of RGB (Red+Green+Blue) = 96+55+58=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60373A is #9FC8C5. Grayscale: #434343. Windows color (decimal): -10471622 or 3815264. OLE color: 3815264.

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

Color convert

RGB965558-
CMYK00.430.400.62
HSL355.61º27.15%29.61%-
HSV(B)355.61º42.71%37.65%-
XYZ6.955.524.7-
YUV67.6122.58148.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=45.93%
G=26.32%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96555800.430.400.62355.6127.1529.61
Hex60373A02B283E1641b1e
Octal140677205350765443336
Binary110000011011111101001010111010001111101011001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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