#6D280F

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

Shades of Baker's Chocolate #6D280F

Tints of Baker's Chocolate #6D280F

Color information

#6D280F (or 0x6D280F) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 28 and 0F. RGB value is (109,40,15). Sum of RGB (Red+Green+Blue) = 109+40+15=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D280F is #92D7F0. Grayscale: #393939. Windows color (decimal): -9623537 or 993389. OLE color: 993389.

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

Color convert

RGB1094015-
CMYK00.630.860.57
HSL15.96º75.81%24.31%-
HSV(B)15.96º86.24%42.75%-
XYZ7.154.81-
YUV57.78103.86164.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.46%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=66.46%
G=24.39%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109401500.630.860.5715.9675.8124.31
Hex6D28F03F5639104c18
Octal1555017077126712011430
Binary110110110100011110111111101011011100110000100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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