#6D2807

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

Shades of Baker's Chocolate #6D2807

Tints of Baker's Chocolate #6D2807

Color information

#6D2807 (or 0x6D2807) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 28 and 07. RGB value is (109,40,7). Sum of RGB (Red+Green+Blue) = 109+40+7=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2807 is #92D7F8. Grayscale: #393939. Windows color (decimal): -9623545 or 469101. OLE color: 469101.

HSL color Cylindrical-coordinate representation of color #6D2807: hue angle of 19.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D2807 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB109407-
CMYK00.630.940.57
HSL19.41º87.93%22.75%-
HSV(B)19.41º93.58%42.75%-
XYZ7.14.780.75-
YUV56.8799.86165.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 69.87%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=69.87%
G=25.64%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10940700.630.940.5719.4187.9322.75
Hex6D28703F5E39135817
Octal155507077136712313027
Binary11011011010001110111111101111011100110011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,40,7); }

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

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

 a { background-color: rgb(109,40,7); }

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

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

 span { border-color: rgb(109,40,7); }

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