#61343B

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

Shades of Jazz #61343B

Tints of Jazz #61343B

Color information

#61343B (or 0x61343B) is unknown color: approx Jazz. HEX triplet: 61, 34 and 3B. RGB value is (97,52,59). Sum of RGB (Red+Green+Blue) = 97+52+59=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61343B is #9ECBC4. Grayscale: #424242. Windows color (decimal): -10406853 or 3880033. OLE color: 3880033.

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

Color convert

RGB975259-
CMYK00.460.390.62
HSL350.67º30.2%29.22%-
HSV(B)350.67º46.39%38.04%-
XYZ6.955.314.8-
YUV66.25123.91149.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=46.63%
G=25%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97525900.460.390.62350.6730.229.22
Hex61343B02E273E15f1e1d
Octal141647305647765373635
Binary110000111010011101101011101001111111101010111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61343B; }

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

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

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

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

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

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

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

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