#613537

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

Shades of Jazz #613537

Tints of Jazz #613537

Color information

#613537 (or 0x613537) is unknown color: approx Jazz. HEX triplet: 61, 35 and 37. RGB value is (97,53,55). Sum of RGB (Red+Green+Blue) = 97+53+55=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613537 is #9ECAC8. Grayscale: #424242. Windows color (decimal): -10406601 or 3618145. OLE color: 3618145.

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

Color convert

RGB975355-
CMYK00.450.430.62
HSL357.27º29.33%29.41%-
HSV(B)357.27º45.36%38.04%-
XYZ6.895.364.29-
YUV66.38121.58149.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=47.32%
G=25.85%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97535500.450.430.62357.2729.3329.41
Hex61353702D2B3E1651d1d
Octal141656705553765453535
Binary110000111010111011101011011010111111101011001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613537; }

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

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

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

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

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

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

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

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