#612A10

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

Shades of Baker's Chocolate #612A10

Tints of Baker's Chocolate #612A10

Color information

#612A10 (or 0x612A10) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 10. RGB value is (97,42,16). Sum of RGB (Red+Green+Blue) = 97+42+16=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #612A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A10 is #9ED5EF. Grayscale: #373737. Windows color (decimal): -10409456 or 1059425. OLE color: 1059425.

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

Color convert

RGB974216-
CMYK00.570.840.62
HSL19.26º71.68%22.16%-
HSV(B)19.26º83.51%38.04%-
XYZ5.854.231-
YUV55.48105.72157.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=62.58%
G=27.10%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97421600.570.840.6219.2671.6822.16
Hex612A10039543E134816
Octal1415220071124762311026
Binary1100001101010100000111001101010011111010011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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