#61260E

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

Shades of Baker's Chocolate #61260E

Tints of Baker's Chocolate #61260E

Color information

#61260E (or 0x61260E) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 0E. RGB value is (97,38,14). Sum of RGB (Red+Green+Blue) = 97+38+14=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61260E is #9ED9F1. Grayscale: #353535. Windows color (decimal): -10410482 or 927329. OLE color: 927329.

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

Color convert

RGB973814-
CMYK00.610.860.62
HSL17.35º74.77%21.76%-
HSV(B)17.35º85.57%38.04%-
XYZ5.73.960.88-
YUV52.9106.05159.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=65.10%
G=25.50%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97381400.610.860.6217.3574.7721.76
Hex6126E03D563E114b16
Octal1414616075126762111326
Binary110000110011011100111101101011011111010001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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