#612D1B

Color #612D1B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #612D1B

Tints of Baker's Chocolate #612D1B

Color information

#612D1B (or 0x612D1B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2D and 1B. RGB value is (97,45,27). Sum of RGB (Red+Green+Blue) = 97+45+27=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D1B is #9ED2E4. Grayscale: #3A3A3A. Windows color (decimal): -10408677 or 1781089. OLE color: 1781089.

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

Color convert

RGB974527-
CMYK00.540.720.62
HSL15.43º56.45%24.31%-
HSV(B)15.43º72.16%38.04%-
XYZ6.074.51.59-
YUV58.5110.23155.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=57.40%
G=26.63%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97452700.540.720.6215.4356.4524.31
Hex612D1B036483Ef3818
Octal141553306611076177030
Binary11000011011011101101101101001000111110111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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