#512106

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

Shades of Baker's Chocolate #512106

Tints of Baker's Chocolate #512106

Color information

#512106 (or 0x512106) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 21 and 06. RGB value is (81,33,6). Sum of RGB (Red+Green+Blue) = 81+33+6=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #512106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512106 is #AEDEF9. Grayscale: #2C2C2C. Windows color (decimal): -11460346 or 401745. OLE color: 401745.

HSL color Cylindrical-coordinate representation of color #512106: hue angle of 21.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #512106 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81336-
CMYK00.590.930.68
HSL21.6º86.21%17.06%-
HSV(B)21.6º92.59%31.76%-
XYZ3.972.850.51-
YUV44.27106.4154.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 67.5%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 6 (2.73% from 255) = 5%
R=67.5%
G=27.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133600.590.930.6821.686.2117.06
Hex5121603B5D44165611
Octal1214160731351042612621
Binary101000110000111001110111011101100010010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512106; }

 p { color: rgb(81,33,6); }

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

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

 a { background-color: rgb(81,33,6); }

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

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

 span { border-color: rgb(81,33,6); }

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