#6A3715

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

Shades of Baker's Chocolate #6A3715

Tints of Baker's Chocolate #6A3715

Color information

#6A3715 (or 0x6A3715) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 37 and 15. RGB value is (106,55,21). Sum of RGB (Red+Green+Blue) = 106+55+21=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3715 is #95C8EA. Grayscale: #424242. Windows color (decimal): -9816299 or 1390442. OLE color: 1390442.

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

Color convert

RGB1065521-
CMYK00.480.800.58
HSL24º66.93%24.9%-
HSV(B)24º80.19%41.57%-
XYZ7.455.851.45-
YUV66.37102.4156.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.24%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=58.24%
G=30.22%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106552100.480.800.582466.9324.9
Hex6A3715030503A184319
Octal1526725060120723010331
Binary1101010110111101010110000101000011101011000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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