#613A3B

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

Shades of Jazz #613A3B

Tints of Jazz #613A3B

Color information

#613A3B (or 0x613A3B) is unknown color: approx Jazz. HEX triplet: 61, 3A and 3B. RGB value is (97,58,59). Sum of RGB (Red+Green+Blue) = 97+58+59=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3B is #9EC5C4. Grayscale: #454545. Windows color (decimal): -10405317 or 3881569. OLE color: 3881569.

HSL color Cylindrical-coordinate representation of color #613A3B: hue angle of 358.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A3B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB975859-
CMYK00.400.390.62
HSL358.46º25.16%30.39%-
HSV(B)358.46º40.21%38.04%-
XYZ7.235.884.89-
YUV69.78121.92147.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=45.33%
G=27.10%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97585900.400.390.62358.4625.1630.39
Hex613A3B028273E166191e
Octal141727305047765463136
Binary110000111101011101101010001001111111101011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A3B; }

 p { color: rgb(97,58,59); }

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

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

 a { background-color: rgb(97,58,59); }

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

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

 span { border-color: rgb(97,58,59); }

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