#6A3311

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

Shades of Baker's Chocolate #6A3311

Tints of Baker's Chocolate #6A3311

Color information

#6A3311 (or 0x6A3311) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 33 and 11. RGB value is (106,51,17). Sum of RGB (Red+Green+Blue) = 106+51+17=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3311 is #95CCEE. Grayscale: #3F3F3F. Windows color (decimal): -9817327 or 1127274. OLE color: 1127274.

HSL color Cylindrical-coordinate representation of color #6A3311: hue angle of 22.92º degrees, saturation: 0.72, 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 #6A3311 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1065117-
CMYK00.520.840.58
HSL22.92º72.36%24.12%-
HSV(B)22.92º83.96%41.57%-
XYZ7.235.471.21-
YUV63.57101.72158.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 60.92%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=60.92%
G=29.31%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106511700.520.840.5822.9272.3624.12
Hex6A3311034543A174818
Octal1526321064124722711030
Binary1101010110011100010110100101010011101010111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,17); }

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

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

 a { background-color: rgb(106,51,17); }

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

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

 span { border-color: rgb(106,51,17); }

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