#613336

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

Shades of Jazz #613336

Tints of Jazz #613336

Color information

#613336 (or 0x613336) is unknown color: approx Jazz. HEX triplet: 61, 33 and 36. RGB value is (97,51,54). Sum of RGB (Red+Green+Blue) = 97+51+54=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613336 is #9ECCC9. Grayscale: #414141. Windows color (decimal): -10407114 or 3552097. OLE color: 3552097.

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

Color convert

RGB975154-
CMYK00.470.440.62
HSL356.09º31.08%29.02%-
HSV(B)356.09º47.42%38.04%-
XYZ6.785.184.13-
YUV65.1121.74150.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=48.02%
G=25.25%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97515400.470.440.62356.0931.0829.02
Hex61333602F2C3E1641f1d
Octal141636605754765443735
Binary110000111001111011001011111011001111101011001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613336; }

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

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

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

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

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

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

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

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