#612B11

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

Shades of Baker's Chocolate #612B11

Tints of Baker's Chocolate #612B11

Color information

#612B11 (or 0x612B11) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 11. RGB value is (97,43,17). Sum of RGB (Red+Green+Blue) = 97+43+17=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B11 is #9ED4EE. Grayscale: #383838. Windows color (decimal): -10409199 or 1125217. OLE color: 1125217.

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

Color convert

RGB974317-
CMYK00.560.820.62
HSL19.5º70.18%22.35%-
HSV(B)19.5º82.47%38.04%-
XYZ5.894.311.05-
YUV56.18105.89157.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=61.78%
G=27.39%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97431700.560.820.6219.570.1822.35
Hex612B11038523E144616
Octal1415321070122762410626
Binary1100001101011100010111000101001011111010100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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