#61373C

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

Shades of Jazz #61373C

Tints of Jazz #61373C

Color information

#61373C (or 0x61373C) is unknown color: approx Jazz. HEX triplet: 61, 37 and 3C. RGB value is (97,55,60). Sum of RGB (Red+Green+Blue) = 97+55+60=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61373C is #9EC8C3. Grayscale: #444444. Windows color (decimal): -10406084 or 3946337. OLE color: 3946337.

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

Color convert

RGB975560-
CMYK00.430.380.62
HSL352.86º27.63%29.8%-
HSV(B)352.86º43.3%38.04%-
XYZ7.115.64.98-
YUV68.13123.41148.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=45.75%
G=25.94%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97556000.430.380.62352.8627.6329.8
Hex61373C02B263E1611c1e
Octal141677405346765413436
Binary110000111011111110001010111001101111101011000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,55,60); }

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

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

 a { background-color: rgb(97,55,60); }

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

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

 span { border-color: rgb(97,55,60); }

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