#612A11

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

Shades of Baker's Chocolate #612A11

Tints of Baker's Chocolate #612A11

Color information

#612A11 (or 0x612A11) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 11. RGB value is (97,42,17). Sum of RGB (Red+Green+Blue) = 97+42+17=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A11 is #9ED5EE. Grayscale: #373737. Windows color (decimal): -10409455 or 1124961. OLE color: 1124961.

HSL color Cylindrical-coordinate representation of color #612A11: hue angle of 18.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612A11 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB974217-
CMYK00.570.820.62
HSL18.75º70.18%22.35%-
HSV(B)18.75º82.47%38.04%-
XYZ5.864.241.04-
YUV55.6106.22157.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=62.18%
G=26.92%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97421700.570.820.6218.7570.1822.35
Hex612A11039523E134616
Octal1415221071122762310626
Binary1100001101010100010111001101001011111010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,42,17); }

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

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

 a { background-color: rgb(97,42,17); }

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

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

 span { border-color: rgb(97,42,17); }

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