#612B2C

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

Shades of Jazz #612B2C

Tints of Jazz #612B2C

Color information

#612B2C (or 0x612B2C) is unknown color: approx Jazz. HEX triplet: 61, 2B and 2C. RGB value is (97,43,44). Sum of RGB (Red+Green+Blue) = 97+43+44=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #612B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B2C is #9ED4D3. Grayscale: #3B3B3B. Windows color (decimal): -10409172 or 2894689. OLE color: 2894689.

HSL color Cylindrical-coordinate representation of color #612B2C: hue angle of 358.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B2C is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB974344-
CMYK00.560.550.62
HSL358.89º38.57%27.45%-
HSV(B)358.89º55.67%38.04%-
XYZ6.254.452.91-
YUV59.26119.39154.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 43 (17.19% from 255) = 23.37%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=52.72%
G=23.37%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97434400.560.550.62358.8938.5727.45
Hex612B2C038373E167271b
Octal141535407067765474733
Binary1100001101011101100011100011011111111010110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,43,44); }

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

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

 a { background-color: rgb(97,43,44); }

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

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

 span { border-color: rgb(97,43,44); }

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