#60262D

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

Shades of Jazz #60262D

Tints of Jazz #60262D

Color information

#60262D (or 0x60262D) is unknown color: approx Jazz. HEX triplet: 60, 26 and 2D. RGB value is (96,38,45). Sum of RGB (Red+Green+Blue) = 96+38+45=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60262D is #9FD9D2. Grayscale: #383838. Windows color (decimal): -10475987 or 2958944. OLE color: 2958944.

HSL color Cylindrical-coordinate representation of color #60262D: hue angle of 352.76º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60262D is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB963845-
CMYK00.600.530.62
HSL352.76º43.28%26.27%-
HSV(B)352.76º60.42%37.65%-
XYZ5.994.062.95-
YUV56.14121.72156.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=53.63%
G=21.23%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96384500.600.530.62352.7643.2826.27
Hex60262D03C353E1612b1a
Octal140465507465765415332
Binary1100000100110101101011110011010111111010110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60262D; }

 p { color: rgb(96,38,45); }

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

<style>
 a { background-color: #60262D; }

 a { background-color: rgb(96,38,45); }

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

<style>
 span { border-color: #60262D; }

 span { border-color: rgb(96,38,45); }

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