#613036

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

Shades of Jazz #613036

Tints of Jazz #613036

Color information

#613036 (or 0x613036) is unknown color: approx Jazz. HEX triplet: 61, 30 and 36. RGB value is (97,48,54). Sum of RGB (Red+Green+Blue) = 97+48+54=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613036 is #9ECFC9. Grayscale: #3F3F3F. Windows color (decimal): -10407882 or 3551329. OLE color: 3551329.

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

Color convert

RGB974854-
CMYK00.510.440.62
HSL352.65º33.79%28.43%-
HSV(B)352.65º50.52%38.04%-
XYZ6.654.924.09-
YUV63.34122.73152.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=48.74%
G=24.12%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97485400.510.440.62352.6533.7928.43
Hex6130360332C3E161221c
Octal141606606354765414234
Binary1100001110000110110011001110110011111010110000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613036; }

 p { color: rgb(97,48,54); }

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

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

 a { background-color: rgb(97,48,54); }

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

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

 span { border-color: rgb(97,48,54); }

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