#612B14

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

Shades of Baker's Chocolate #612B14

Tints of Baker's Chocolate #612B14

Color information

#612B14 (or 0x612B14) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 14. RGB value is (97,43,20). Sum of RGB (Red+Green+Blue) = 97+43+20=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #612B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B14 is #9ED4EB. Grayscale: #383838. Windows color (decimal): -10409196 or 1321825. OLE color: 1321825.

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

Color convert

RGB974320-
CMYK00.560.790.62
HSL17.92º65.81%22.94%-
HSV(B)17.92º79.38%38.04%-
XYZ5.924.321.18-
YUV56.52107.39156.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=60.62%
G=26.88%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97432000.560.790.6217.9265.8122.94
Hex612B140384F3E124217
Octal1415324070117762210227
Binary1100001101011101000111000100111111111010010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,43,20); }

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

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

 a { background-color: rgb(97,43,20); }

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

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

 span { border-color: rgb(97,43,20); }

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