#6A2506

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

Shades of Baker's Chocolate #6A2506

Tints of Baker's Chocolate #6A2506

Color information

#6A2506 (or 0x6A2506) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 25 and 06. RGB value is (106,37,6). Sum of RGB (Red+Green+Blue) = 106+37+6=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2506 is #95DAF9. Grayscale: #363636. Windows color (decimal): -9820922 or 402794. OLE color: 402794.

HSL color Cylindrical-coordinate representation of color #6A2506: hue angle of 18.6º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A2506 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB106376-
CMYK00.650.940.58
HSL18.6º89.29%21.96%-
HSV(B)18.6º94.34%41.57%-
XYZ6.644.40.67-
YUV54.1100.86165.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 71.14%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=71.14%
G=24.83%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10637600.650.940.5818.689.2921.96
Hex6A2560415E3A135916
Octal1524560101136722313126
Binary110101010010111001000001101111011101010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2506; }

 p { color: rgb(106,37,6); }

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

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

 a { background-color: rgb(106,37,6); }

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

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

 span { border-color: rgb(106,37,6); }

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