#6B3A11

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

Shades of Baker's Chocolate #6B3A11

Tints of Baker's Chocolate #6B3A11

Color information

#6B3A11 (or 0x6B3A11) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 3A and 11. RGB value is (107,58,17). Sum of RGB (Red+Green+Blue) = 107+58+17=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3A11 is #94C5EE. Grayscale: #444444. Windows color (decimal): -9749999 or 1129067. OLE color: 1129067.

HSL color Cylindrical-coordinate representation of color #6B3A11: hue angle of 27.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B3A11 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1075817-
CMYK00.460.840.58
HSL27.33º72.58%24.31%-
HSV(B)27.33º84.11%41.96%-
XYZ7.686.191.32-
YUV67.9899.23155.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.79%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=58.79%
G=31.87%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107581700.460.840.5827.3372.5824.31
Hex6B3A1102E543A1b4918
Octal1537221056124723311130
Binary1101011111010100010101110101010011101011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,58,17); }

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

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

 a { background-color: rgb(107,58,17); }

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

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

 span { border-color: rgb(107,58,17); }

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