#613A3C

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

Shades of Jazz #613A3C

Tints of Jazz #613A3C

Color information

#613A3C (or 0x613A3C) is unknown color: approx Jazz. HEX triplet: 61, 3A and 3C. RGB value is (97,58,60). Sum of RGB (Red+Green+Blue) = 97+58+60=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3C is #9EC5C3. Grayscale: #454545. Windows color (decimal): -10405316 or 3947105. OLE color: 3947105.

HSL color Cylindrical-coordinate representation of color #613A3C: hue angle of 356.92º 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 #613A3C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB975860-
CMYK00.400.380.62
HSL356.92º25.16%30.39%-
HSV(B)356.92º40.21%38.04%-
XYZ7.265.895.03-
YUV69.89122.42147.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=45.12%
G=26.98%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97586000.400.380.62356.9225.1630.39
Hex613A3C028263E165191e
Octal141727405046765453136
Binary110000111101011110001010001001101111101011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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