#612D2F

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

Shades of Jazz #612D2F

Tints of Jazz #612D2F

Color information

#612D2F (or 0x612D2F) is unknown color: approx Jazz. HEX triplet: 61, 2D and 2F. RGB value is (97,45,47). Sum of RGB (Red+Green+Blue) = 97+45+47=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #612D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D2F is #9ED2D0. Grayscale: #3C3C3C. Windows color (decimal): -10408657 or 3091809. OLE color: 3091809.

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

Color convert

RGB974547-
CMYK00.540.520.62
HSL357.69º36.62%27.84%-
HSV(B)357.69º53.61%38.04%-
XYZ6.384.623.25-
YUV60.78120.23153.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=51.32%
G=23.81%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97454700.540.520.62357.6936.6227.84
Hex612D2F036343E166251c
Octal141555706664765464534
Binary1100001101101101111011011011010011111010110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,45,47); }

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

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

 a { background-color: rgb(97,45,47); }

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

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

 span { border-color: rgb(97,45,47); }

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