#6B3114

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

Shades of Baker's Chocolate #6B3114

Tints of Baker's Chocolate #6B3114

Color information

#6B3114 (or 0x6B3114) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 31 and 14. RGB value is (107,49,20). Sum of RGB (Red+Green+Blue) = 107+49+20=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3114 is #94CEEB. Grayscale: #3F3F3F. Windows color (decimal): -9752300 or 1323371. OLE color: 1323371.

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

Color convert

RGB1074920-
CMYK00.540.810.58
HSL20º68.5%24.9%-
HSV(B)20º81.31%41.96%-
XYZ7.295.371.31-
YUV63.04103.72159.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.80%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=60.80%
G=27.84%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107492000.540.810.582068.524.9
Hex6B3114036513A144519
Octal1536124066121722410531
Binary1101011110001101000110110101000111101010100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,20); }

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

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

 a { background-color: rgb(107,49,20); }

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

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

 span { border-color: rgb(107,49,20); }

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