#612811

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

Shades of Baker's Chocolate #612811

Tints of Baker's Chocolate #612811

Color information

#612811 (or 0x612811) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 28 and 11. RGB value is (97,40,17). Sum of RGB (Red+Green+Blue) = 97+40+17=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #612811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612811 is #9ED7EE. Grayscale: #363636. Windows color (decimal): -10409967 or 1124449. OLE color: 1124449.

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

Color convert

RGB974017-
CMYK00.590.820.62
HSL17.25º70.18%22.35%-
HSV(B)17.25º82.47%38.04%-
XYZ5.794.11.02-
YUV54.42106.88158.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=62.99%
G=25.97%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97401700.590.820.6217.2570.1822.35
Hex61281103B523E114616
Octal1415021073122762110626
Binary1100001101000100010111011101001011111010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612811; }

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

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

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

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

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

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

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

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