#612E2F

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

Shades of Jazz #612E2F

Tints of Jazz #612E2F

Color information

#612E2F (or 0x612E2F) is unknown color: approx Jazz. HEX triplet: 61, 2E and 2F. RGB value is (97,46,47). Sum of RGB (Red+Green+Blue) = 97+46+47=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #612E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E2F is #9ED1D0. Grayscale: #3D3D3D. Windows color (decimal): -10408401 or 3092065. OLE color: 3092065.

HSL color Cylindrical-coordinate representation of color #612E2F: hue angle of 358.82º 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 #612E2F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB974647-
CMYK00.530.520.62
HSL358.82º35.66%28.04%-
HSV(B)358.82º52.58%38.04%-
XYZ6.424.73.26-
YUV61.36119.9153.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=51.05%
G=24.21%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97464700.530.520.62358.8235.6628.04
Hex612E2F035343E167241c
Octal141565706564765474434
Binary1100001101110101111011010111010011111010110011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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