#6A3307

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

Shades of Baker's Chocolate #6A3307

Tints of Baker's Chocolate #6A3307

Color information

#6A3307 (or 0x6A3307) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 33 and 07. RGB value is (106,51,7). Sum of RGB (Red+Green+Blue) = 106+51+7=164 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.63% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3307 is #95CCF8. Grayscale: #3E3E3E. Windows color (decimal): -9817337 or 471914. OLE color: 471914.

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

Color convert

RGB106517-
CMYK00.520.930.58
HSL26.67º87.61%22.16%-
HSV(B)26.67º93.4%41.57%-
XYZ7.175.450.87-
YUV62.4396.72159.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 64.63%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 7 (3.12% from 255) = 4.27%
R=64.63%
G=31.10%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10651700.520.930.5826.6787.6122.16
Hex6A3370345D3A1b5816
Octal152637064135723313026
Binary11010101100111110110100101110111101011011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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