#60383B

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

Shades of Jazz #60383B

Tints of Jazz #60383B

Color information

#60383B (or 0x60383B) is unknown color: approx Jazz. HEX triplet: 60, 38 and 3B. RGB value is (96,56,59). Sum of RGB (Red+Green+Blue) = 96+56+59=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60383B is #9FC7C4. Grayscale: #444444. Windows color (decimal): -10471365 or 3881056. OLE color: 3881056.

HSL color Cylindrical-coordinate representation of color #60383B: hue angle of 355.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60383B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB965659-
CMYK00.420.390.62
HSL355.5º26.32%29.8%-
HSV(B)355.5º41.67%37.65%-
XYZ7.035.634.85-
YUV68.3122.75147.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=45.50%
G=26.54%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96565900.420.390.62355.526.3229.8
Hex60383B02A273E1641a1e
Octal140707305247765443236
Binary110000011100011101101010101001111111101011001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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