#6A2C13

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

Shades of Baker's Chocolate #6A2C13

Tints of Baker's Chocolate #6A2C13

Color information

#6A2C13 (or 0x6A2C13) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 2C and 13. RGB value is (106,44,19). Sum of RGB (Red+Green+Blue) = 106+44+19=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2C13 is #95D3EC. Grayscale: #3B3B3B. Windows color (decimal): -9819117 or 1256554. OLE color: 1256554.

HSL color Cylindrical-coordinate representation of color #6A2C13: hue angle of 17.24º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A2C13 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1064419-
CMYK00.580.820.58
HSL17.24º69.6%24.51%-
HSV(B)17.24º82.08%41.57%-
XYZ6.964.911.2-
YUV59.69105.04161.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 62.72%
GREEN value IS 44 (17.58% from 255) = 26.04%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=62.72%
G=26.04%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106441900.580.820.5817.2469.624.51
Hex6A2C1303A523A114619
Octal1525423072122722110631
Binary1101010101100100110111010101001011101010001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,44,19); }

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

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

 a { background-color: rgb(106,44,19); }

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

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

 span { border-color: rgb(106,44,19); }

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