#612912

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

Shades of Baker's Chocolate #612912

Tints of Baker's Chocolate #612912

Color information

#612912 (or 0x612912) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 29 and 12. RGB value is (97,41,18). Sum of RGB (Red+Green+Blue) = 97+41+18=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612912 is #9ED6ED. Grayscale: #373737. Windows color (decimal): -10409710 or 1190241. OLE color: 1190241.

HSL color Cylindrical-coordinate representation of color #612912: hue angle of 17.47º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612912 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB974118-
CMYK00.580.810.62
HSL17.47º68.7%22.55%-
HSV(B)17.47º81.44%38.04%-
XYZ5.834.171.07-
YUV55.12107.05157.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=62.18%
G=26.28%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97411800.580.810.6217.4768.722.55
Hex61291203A513E114517
Octal1415122072121762110527
Binary1100001101001100100111010101000111111010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612912; }

 p { color: rgb(97,41,18); }

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

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

 a { background-color: rgb(97,41,18); }

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

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

 span { border-color: rgb(97,41,18); }

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