#6A3911

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

Shades of Baker's Chocolate #6A3911

Tints of Baker's Chocolate #6A3911

Color information

#6A3911 (or 0x6A3911) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 39 and 11. RGB value is (106,57,17). Sum of RGB (Red+Green+Blue) = 106+57+17=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3911 is #95C6EE. Grayscale: #434343. Windows color (decimal): -9815791 or 1128810. OLE color: 1128810.

HSL color Cylindrical-coordinate representation of color #6A3911: hue angle of 26.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A3911 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1065717-
CMYK00.460.840.58
HSL26.97º72.36%24.12%-
HSV(B)26.97º83.96%41.57%-
XYZ7.516.031.3-
YUV67.0999.73155.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=58.89%
G=31.67%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106571700.460.840.5826.9772.3624.12
Hex6A391102E543A1b4818
Octal1527121056124723311030
Binary1101010111001100010101110101010011101011011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,17); }

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

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

 a { background-color: rgb(106,57,17); }

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

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

 span { border-color: rgb(106,57,17); }

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