#6A2808

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

Shades of Baker's Chocolate #6A2808

Tints of Baker's Chocolate #6A2808

Color information

#6A2808 (or 0x6A2808) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 28 and 08. RGB value is (106,40,8). Sum of RGB (Red+Green+Blue) = 106+40+8=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2808 is #95D7F7. Grayscale: #383838. Windows color (decimal): -9820152 or 534634. OLE color: 534634.

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

Color convert

RGB106408-
CMYK00.620.920.58
HSL19.59º85.96%22.35%-
HSV(B)19.59º92.45%41.57%-
XYZ6.754.60.76-
YUV56.09100.87163.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 68.83%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=68.83%
G=25.97%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10640800.620.920.5819.5985.9622.35
Hex6A28803E5C3A145616
Octal1525010076134722412626
Binary110101010100010000111110101110011101010100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,8); }

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

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

 a { background-color: rgb(106,40,8); }

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

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

 span { border-color: rgb(106,40,8); }

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