#60393A

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

Shades of Jazz #60393A

Tints of Jazz #60393A

Color information

#60393A (or 0x60393A) is unknown color: approx Jazz. HEX triplet: 60, 39 and 3A. RGB value is (96,57,58). Sum of RGB (Red+Green+Blue) = 96+57+58=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60393A is #9FC6C5. Grayscale: #444444. Windows color (decimal): -10471110 or 3815776. OLE color: 3815776.

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

Color convert

RGB965758-
CMYK00.410.400.62
HSL358.46º25.49%30%-
HSV(B)358.46º40.62%37.65%-
XYZ7.055.724.74-
YUV68.77121.92147.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=45.50%
G=27.01%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96575800.410.400.62358.4625.4930
Hex60393A029283E166191e
Octal140717205150765463136
Binary110000011100111101001010011010001111101011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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