#612913

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

Shades of Baker's Chocolate #612913

Tints of Baker's Chocolate #612913

Color information

#612913 (or 0x612913) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 29 and 13. RGB value is (97,41,19). Sum of RGB (Red+Green+Blue) = 97+41+19=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612913 is #9ED6EC. Grayscale: #373737. Windows color (decimal): -10409709 or 1255777. OLE color: 1255777.

HSL color Cylindrical-coordinate representation of color #612913: hue angle of 16.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612913 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB974119-
CMYK00.580.800.62
HSL16.92º67.24%22.75%-
HSV(B)16.92º80.41%38.04%-
XYZ5.844.171.11-
YUV55.24107.55157.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=61.78%
G=26.11%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97411900.580.800.6216.9267.2422.75
Hex61291303A503E114317
Octal1415123072120762110327
Binary1100001101001100110111010101000011111010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612913; }

 p { color: rgb(97,41,19); }

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

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

 a { background-color: rgb(97,41,19); }

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

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

 span { border-color: rgb(97,41,19); }

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