#6A2913

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

Shades of Baker's Chocolate #6A2913

Tints of Baker's Chocolate #6A2913

Color information

#6A2913 (or 0x6A2913) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 29 and 13. RGB value is (106,41,19). Sum of RGB (Red+Green+Blue) = 106+41+19=166 (21% of max value = 765). Red value is 106 (41.80% from 255 or 63.86% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2913 is #95D6EC. Grayscale: #3A3A3A. Windows color (decimal): -9819885 or 1255786. OLE color: 1255786.

HSL color Cylindrical-coordinate representation of color #6A2913: hue angle of 15.17º 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 #6A2913 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1064119-
CMYK00.610.820.58
HSL15.17º69.6%24.51%-
HSV(B)15.17º82.08%41.57%-
XYZ6.854.71.16-
YUV57.93106.03162.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 63.86%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=63.86%
G=24.70%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106411900.610.820.5815.1769.624.51
Hex6A291303D523Af4619
Octal1525123075122721710631
Binary110101010100110011011110110100101110101111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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