#612A16

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

Shades of Baker's Chocolate #612A16

Tints of Baker's Chocolate #612A16

Color information

#612A16 (or 0x612A16) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 16. RGB value is (97,42,22). Sum of RGB (Red+Green+Blue) = 97+42+22=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #612A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A16 is #9ED5E9. Grayscale: #383838. Windows color (decimal): -10409450 or 1452641. OLE color: 1452641.

HSL color Cylindrical-coordinate representation of color #612A16: hue angle of 16º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612A16 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB974222-
CMYK00.570.770.62
HSL16º63.03%23.33%-
HSV(B)16º77.32%38.04%-
XYZ5.94.261.27-
YUV56.16108.72157.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=60.25%
G=26.09%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97422200.570.770.621663.0323.33
Hex612A160394D3E103f17
Octal141522607111576207727
Binary110000110101010110011100110011011111101000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,42,22); }

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

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

 a { background-color: rgb(97,42,22); }

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

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

 span { border-color: rgb(97,42,22); }

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