#60272C

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

Shades of Jazz #60272C

Tints of Jazz #60272C

Color information

#60272C (or 0x60272C) is unknown color: approx Jazz. HEX triplet: 60, 27 and 2C. RGB value is (96,39,44). Sum of RGB (Red+Green+Blue) = 96+39+44=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60272C is #9FD8D3. Grayscale: #383838. Windows color (decimal): -10475732 or 2893664. OLE color: 2893664.

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

Color convert

RGB963944-
CMYK00.590.540.62
HSL354.74º42.22%26.47%-
HSV(B)354.74º59.38%37.65%-
XYZ64.122.86-
YUV56.61120.88156.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=53.63%
G=21.79%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96394400.590.540.62354.7442.2226.47
Hex60272C03B363E1632a1a
Octal140475407366765435232
Binary1100000100111101100011101111011011111010110001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,39,44); }

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

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

 a { background-color: rgb(96,39,44); }

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

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

 span { border-color: rgb(96,39,44); }

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