#612C12

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

Shades of Baker's Chocolate #612C12

Tints of Baker's Chocolate #612C12

Color information

#612C12 (or 0x612C12) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2C and 12. RGB value is (97,44,18). Sum of RGB (Red+Green+Blue) = 97+44+18=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #612C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612C12 is #9ED3ED. Grayscale: #393939. Windows color (decimal): -10408942 or 1191009. OLE color: 1191009.

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

Color convert

RGB974418-
CMYK00.550.810.62
HSL19.75º68.7%22.55%-
HSV(B)19.75º81.44%38.04%-
XYZ5.944.391.11-
YUV56.88106.06156.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=61.01%
G=27.67%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97441800.550.810.6219.7568.722.55
Hex612C12037513E144517
Octal1415422067121762410527
Binary1100001101100100100110111101000111111010100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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