#612813

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

Shades of Baker's Chocolate #612813

Tints of Baker's Chocolate #612813

Color information

#612813 (or 0x612813) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 28 and 13. RGB value is (97,40,19). Sum of RGB (Red+Green+Blue) = 97+40+19=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612813 is #9ED7EC. Grayscale: #363636. Windows color (decimal): -10409965 or 1255521. OLE color: 1255521.

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

Color convert

RGB974019-
CMYK00.590.800.62
HSL16.15º67.24%22.75%-
HSV(B)16.15º80.41%38.04%-
XYZ5.814.111.1-
YUV54.65107.88158.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=62.18%
G=25.64%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97401900.590.800.6216.1567.2422.75
Hex61281303B503E104317
Octal1415023073120762010327
Binary1100001101000100110111011101000011111010000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612813; }

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

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

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

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

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

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

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

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