#612610

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

Shades of Baker's Chocolate #612610

Tints of Baker's Chocolate #612610

Color information

#612610 (or 0x612610) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 10. RGB value is (97,38,16). Sum of RGB (Red+Green+Blue) = 97+38+16=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #612610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612610 is #9ED9EF. Grayscale: #353535. Windows color (decimal): -10410480 or 1058401. OLE color: 1058401.

HSL color Cylindrical-coordinate representation of color #612610: hue angle of 16.3º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #612610 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB973816-
CMYK00.610.840.62
HSL16.3º71.68%22.16%-
HSV(B)16.3º83.51%38.04%-
XYZ5.723.970.95-
YUV53.13107.05159.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=64.24%
G=25.17%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97381600.610.840.6216.371.6822.16
Hex61261003D543E104816
Octal1414620075124762011026
Binary1100001100110100000111101101010011111010000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612610; }

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

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

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

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

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

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

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

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