#6B3215

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

Shades of Baker's Chocolate #6B3215

Tints of Baker's Chocolate #6B3215

Color information

#6B3215 (or 0x6B3215) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 32 and 15. RGB value is (107,50,21). Sum of RGB (Red+Green+Blue) = 107+50+21=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3215 is #94CDEA. Grayscale: #3F3F3F. Windows color (decimal): -9752043 or 1389163. OLE color: 1389163.

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

Color convert

RGB1075021-
CMYK00.530.800.58
HSL20.23º67.19%25.1%-
HSV(B)20.23º80.37%41.96%-
XYZ7.345.461.38-
YUV63.74103.88158.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.11%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=60.11%
G=28.09%
B=11.80%

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
Decimal107502100.530.800.5820.2367.1925.1
Hex6B3215035503A144319
Octal1536225065120722410331
Binary1101011110010101010110101101000011101010100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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