#61260D

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

Shades of Baker's Chocolate #61260D

Tints of Baker's Chocolate #61260D

Color information

#61260D (or 0x61260D) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 0D. RGB value is (97,38,13). Sum of RGB (Red+Green+Blue) = 97+38+13=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #61260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61260D is #9ED9F2. Grayscale: #343434. Windows color (decimal): -10410483 or 861793. OLE color: 861793.

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

Color convert

RGB973813-
CMYK00.610.870.62
HSL17.86º76.36%21.57%-
HSV(B)17.86º86.6%38.04%-
XYZ5.73.960.84-
YUV52.79105.55159.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=65.54%
G=25.68%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97381300.610.870.6217.8676.3621.57
Hex6126D03D573E124c16
Octal1414615075127762211426
Binary110000110011011010111101101011111111010010100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61260D; }

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

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

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

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

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

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

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

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