#6A3301

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

Shades of Baker's Chocolate #6A3301

Tints of Baker's Chocolate #6A3301

Color information

#6A3301 (or 0x6A3301) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 33 and 01. RGB value is (106,51,1). Sum of RGB (Red+Green+Blue) = 106+51+1=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3301 is #95CCFE. Grayscale: #3E3E3E. Windows color (decimal): -9817343 or 78698. OLE color: 78698.

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

Color convert

RGB106511-
CMYK00.520.990.58
HSL28.57º98.13%20.98%-
HSV(B)28.57º99.06%41.57%-
XYZ7.135.430.7-
YUV61.7493.72159.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.09%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=67.09%
G=32.28%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10651100.520.990.5828.5798.1320.98
Hex6A331034633A1d6215
Octal152631064143723514225
Binary110101011001110110100110001111101011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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