#6D280A

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

Shades of Baker's Chocolate #6D280A

Tints of Baker's Chocolate #6D280A

Color information

#6D280A (or 0x6D280A) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 28 and 0A. RGB value is (109,40,10). Sum of RGB (Red+Green+Blue) = 109+40+10=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D280A is #92D7F5. Grayscale: #393939. Windows color (decimal): -9623542 or 665709. OLE color: 665709.

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

Color convert

RGB1094010-
CMYK00.630.910.57
HSL18.18º83.19%23.33%-
HSV(B)18.18º90.83%42.75%-
XYZ7.124.790.84-
YUV57.21101.36164.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.55%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=68.55%
G=25.16%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109401000.630.910.5718.1883.1923.33
Hex6D28A03F5B39125317
Octal1555012077133712212327
Binary110110110100010100111111101101111100110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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