#612510

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

Shades of Baker's Chocolate #612510

Tints of Baker's Chocolate #612510

Color information

#612510 (or 0x612510) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 25 and 10. RGB value is (97,37,16). Sum of RGB (Red+Green+Blue) = 97+37+16=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #612510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612510 is #9EDAEF. Grayscale: #343434. Windows color (decimal): -10410736 or 1058145. OLE color: 1058145.

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

Color convert

RGB973716-
CMYK00.620.840.62
HSL15.56º71.68%22.16%-
HSV(B)15.56º83.51%38.04%-
XYZ5.683.90.94-
YUV52.55107.38159.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=64.67%
G=24.67%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97371600.620.840.6215.5671.6822.16
Hex61251003E543E104816
Octal1414520076124762011026
Binary1100001100101100000111110101010011111010000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612510; }

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

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

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

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

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

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

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

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