#60292B

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

Shades of Jazz #60292B

Tints of Jazz #60292B

Color information

#60292B (or 0x60292B) is unknown color: approx Jazz. HEX triplet: 60, 29 and 2B. RGB value is (96,41,43). Sum of RGB (Red+Green+Blue) = 96+41+43=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60292B is #9FD6D4. Grayscale: #393939. Windows color (decimal): -10475221 or 2828640. OLE color: 2828640.

HSL color Cylindrical-coordinate representation of color #60292B: hue angle of 357.82º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60292B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB964143-
CMYK00.570.550.62
HSL357.82º40.15%26.86%-
HSV(B)357.82º57.29%37.65%-
XYZ6.054.252.79-
YUV57.67119.72155.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=53.33%
G=22.78%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96414300.570.550.62357.8240.1526.86
Hex60292B039373E166281b
Octal140515307167765465033
Binary1100000101001101011011100111011111111010110011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,41,43); }

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

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

 a { background-color: rgb(96,41,43); }

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

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

 span { border-color: rgb(96,41,43); }

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