#6A3115

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

Shades of Baker's Chocolate #6A3115

Tints of Baker's Chocolate #6A3115

Color information

#6A3115 (or 0x6A3115) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 31 and 15. RGB value is (106,49,21). Sum of RGB (Red+Green+Blue) = 106+49+21=176 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.23% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3115 is #95CEEA. Grayscale: #3F3F3F. Windows color (decimal): -9817835 or 1388906. OLE color: 1388906.

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

Color convert

RGB1064921-
CMYK00.540.800.58
HSL19.76º66.93%24.9%-
HSV(B)19.76º80.19%41.57%-
XYZ7.185.311.36-
YUV62.85104.38158.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 60.23%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=60.23%
G=27.84%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106492100.540.800.5819.7666.9324.9
Hex6A3115036503A144319
Octal1526125066120722410331
Binary1101010110001101010110110101000011101010100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,21); }

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

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

 a { background-color: rgb(106,49,21); }

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

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

 span { border-color: rgb(106,49,21); }

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