#612812

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

Shades of Baker's Chocolate #612812

Tints of Baker's Chocolate #612812

Color information

#612812 (or 0x612812) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 28 and 12. RGB value is (97,40,18). Sum of RGB (Red+Green+Blue) = 97+40+18=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612812 is #9ED7ED. Grayscale: #363636. Windows color (decimal): -10409966 or 1189985. OLE color: 1189985.

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

Color convert

RGB974018-
CMYK00.590.810.62
HSL16.71º68.7%22.55%-
HSV(B)16.71º81.44%38.04%-
XYZ5.84.11.06-
YUV54.54107.38158.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=62.58%
G=25.81%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97401800.590.810.6216.7168.722.55
Hex61281203B513E114517
Octal1415022073121762110527
Binary1100001101000100100111011101000111111010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612812; }

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

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

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

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

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

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

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

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