#6D270F

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

Shades of Baker's Chocolate #6D270F

Tints of Baker's Chocolate #6D270F

Color information

#6D270F (or 0x6D270F) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 27 and 0F. RGB value is (109,39,15). Sum of RGB (Red+Green+Blue) = 109+39+15=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D270F is #92D8F0. Grayscale: #393939. Windows color (decimal): -9623793 or 993133. OLE color: 993133.

HSL color Cylindrical-coordinate representation of color #6D270F: hue angle of 15.32º 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 #6D270F is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB1093915-
CMYK00.640.860.57
HSL15.32º75.81%24.31%-
HSV(B)15.32º86.24%42.75%-
XYZ7.124.740.99-
YUV57.19104.19164.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.87%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=66.87%
G=23.93%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109391500.640.860.5715.3275.8124.31
Hex6D27F0405639f4c18
Octal15547170100126711711430
Binary110110110011111110100000010101101110011111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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