#612814

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

Shades of Baker's Chocolate #612814

Tints of Baker's Chocolate #612814

Color information

#612814 (or 0x612814) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 28 and 14. RGB value is (97,40,20). Sum of RGB (Red+Green+Blue) = 97+40+20=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612814 is #9ED7EB. Grayscale: #363636. Windows color (decimal): -10409964 or 1321057. OLE color: 1321057.

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

Color convert

RGB974020-
CMYK00.590.790.62
HSL15.58º65.81%22.94%-
HSV(B)15.58º79.38%38.04%-
XYZ5.814.111.15-
YUV54.76108.38158.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=61.78%
G=25.48%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97402000.590.790.6215.5865.8122.94
Hex61281403B4F3E104217
Octal1415024073117762010227
Binary1100001101000101000111011100111111111010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612814; }

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

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

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

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

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

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

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

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