#6A3912

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

Shades of Baker's Chocolate #6A3912

Tints of Baker's Chocolate #6A3912

Color information

#6A3912 (or 0x6A3912) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 39 and 12. RGB value is (106,57,18). Sum of RGB (Red+Green+Blue) = 106+57+18=181 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.56% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3912 is #95C6ED. Grayscale: #434343. Windows color (decimal): -9815790 or 1194346. OLE color: 1194346.

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

Color convert

RGB1065718-
CMYK00.460.830.58
HSL26.59º70.97%24.31%-
HSV(B)26.59º83.02%41.57%-
XYZ7.526.031.34-
YUV67.2100.23155.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.56%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=58.56%
G=31.49%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106571800.460.830.5826.5970.9724.31
Hex6A391202E533A1b4718
Octal1527122056123723310730
Binary1101010111001100100101110101001111101011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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