#60393C

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

Shades of Jazz #60393C

Tints of Jazz #60393C

Color information

#60393C (or 0x60393C) is unknown color: approx Jazz. HEX triplet: 60, 39 and 3C. RGB value is (96,57,60). Sum of RGB (Red+Green+Blue) = 96+57+60=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60393C is #9FC6C3. Grayscale: #454545. Windows color (decimal): -10471108 or 3946848. OLE color: 3946848.

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

Color convert

RGB965760-
CMYK00.410.380.62
HSL355.38º25.49%30%-
HSV(B)355.38º40.62%37.65%-
XYZ7.15.745.01-
YUV69122.92147.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=45.07%
G=26.76%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96576000.410.380.62355.3825.4930
Hex60393C029263E163191e
Octal140717405146765433136
Binary110000011100111110001010011001101111101011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60393C; }

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

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

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

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

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

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

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

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