#60363B

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

Shades of Jazz #60363B

Tints of Jazz #60363B

Color information

#60363B (or 0x60363B) is unknown color: approx Jazz. HEX triplet: 60, 36 and 3B. RGB value is (96,54,59). Sum of RGB (Red+Green+Blue) = 96+54+59=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60363B is #9FC9C4. Grayscale: #434343. Windows color (decimal): -10471877 or 3880544. OLE color: 3880544.

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

Color convert

RGB965459-
CMYK00.440.390.62
HSL352.86º28%29.41%-
HSV(B)352.86º43.75%37.65%-
XYZ6.935.444.82-
YUV67.13123.41148.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=45.93%
G=25.84%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96545900.440.390.62352.862829.41
Hex60363B02C273E1611c1d
Octal140667305447765413435
Binary110000011011011101101011001001111111101011000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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