#6A3215

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

Shades of Baker's Chocolate #6A3215

Tints of Baker's Chocolate #6A3215

Color information

#6A3215 (or 0x6A3215) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 32 and 15. RGB value is (106,50,21). Sum of RGB (Red+Green+Blue) = 106+50+21=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3215 is #95CDEA. Grayscale: #3F3F3F. Windows color (decimal): -9817579 or 1389162. OLE color: 1389162.

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

Color convert

RGB1065021-
CMYK00.530.800.58
HSL20.47º66.93%24.9%-
HSV(B)20.47º80.19%41.57%-
XYZ7.225.41.37-
YUV63.44104.05158.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.89%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=59.89%
G=28.25%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106502100.530.800.5820.4766.9324.9
Hex6A3215035503A144319
Octal1526225065120722410331
Binary1101010110010101010110101101000011101010100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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