#612611

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

Shades of Baker's Chocolate #612611

Tints of Baker's Chocolate #612611

Color information

#612611 (or 0x612611) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 11. RGB value is (97,38,17). Sum of RGB (Red+Green+Blue) = 97+38+17=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #612611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612611 is #9ED9EE. Grayscale: #353535. Windows color (decimal): -10410479 or 1123937. OLE color: 1123937.

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

Color convert

RGB973817-
CMYK00.610.820.62
HSL15.75º70.18%22.35%-
HSV(B)15.75º82.47%38.04%-
XYZ5.723.970.99-
YUV53.25107.55159.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=63.82%
G=25%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97381700.610.820.6215.7570.1822.35
Hex61261103D523E104616
Octal1414621075122762010626
Binary1100001100110100010111101101001011111010000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612611; }

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

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

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

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

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

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

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

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