#612B2D

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

Shades of Jazz #612B2D

Tints of Jazz #612B2D

Color information

#612B2D (or 0x612B2D) is unknown color: approx Jazz. HEX triplet: 61, 2B and 2D. RGB value is (97,43,45). Sum of RGB (Red+Green+Blue) = 97+43+45=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #612B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B2D is #9ED4D2. Grayscale: #3B3B3B. Windows color (decimal): -10409171 or 2960225. OLE color: 2960225.

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

Color convert

RGB974345-
CMYK00.560.540.62
HSL357.78º38.57%27.45%-
HSV(B)357.78º55.67%38.04%-
XYZ6.274.463.01-
YUV59.37119.89154.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=52.43%
G=23.24%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97434500.560.540.62357.7838.5727.45
Hex612B2D038363E166271b
Octal141535507066765464733
Binary1100001101011101101011100011011011111010110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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