#6A3306

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

Shades of Baker's Chocolate #6A3306

Tints of Baker's Chocolate #6A3306

Color information

#6A3306 (or 0x6A3306) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 33 and 06. RGB value is (106,51,6). Sum of RGB (Red+Green+Blue) = 106+51+6=163 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.03% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3306 is #95CCF9. Grayscale: #3E3E3E. Windows color (decimal): -9817338 or 406378. OLE color: 406378.

HSL color Cylindrical-coordinate representation of color #6A3306: hue angle of 27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A3306 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB106516-
CMYK00.520.940.58
HSL27º89.29%21.96%-
HSV(B)27º94.34%41.57%-
XYZ7.165.440.85-
YUV62.3296.22159.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 65.03%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=65.03%
G=31.29%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10651600.520.940.582789.2921.96
Hex6A3360345E3A1b5916
Octal152636064136723313126
Binary11010101100111100110100101111011101011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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