#612E37

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

Shades of Jazz #612E37

Tints of Jazz #612E37

Color information

#612E37 (or 0x612E37) is unknown color: approx Jazz. HEX triplet: 61, 2E and 37. RGB value is (97,46,55). Sum of RGB (Red+Green+Blue) = 97+46+55=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #612E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E37 is #9ED1C8. Grayscale: #3E3E3E. Windows color (decimal): -10408393 or 3616353. OLE color: 3616353.

HSL color Cylindrical-coordinate representation of color #612E37: hue angle of 349.41º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E37 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB974655-
CMYK00.530.430.62
HSL349.41º35.66%28.04%-
HSV(B)349.41º52.58%38.04%-
XYZ6.64.774.19-
YUV62.28123.9152.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=48.99%
G=23.23%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97465500.530.430.62349.4135.6628.04
Hex612E370352B3E15d241c
Octal141566706553765354434
Binary1100001101110110111011010110101111111010101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E37; }

 p { color: rgb(97,46,55); }

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

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

 a { background-color: rgb(97,46,55); }

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

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

 span { border-color: rgb(97,46,55); }

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