#6D1F01

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

Shades of Baker's Chocolate #6D1F01

Tints of Baker's Chocolate #6D1F01

Color information

#6D1F01 (or 0x6D1F01) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 1F and 01. RGB value is (109,31,1). Sum of RGB (Red+Green+Blue) = 109+31+1=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1F01 is #92E0FE. Grayscale: #333333. Windows color (decimal): -9625855 or 73581. OLE color: 73581.

HSL color Cylindrical-coordinate representation of color #6D1F01: hue angle of 16.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D1F01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB109311-
CMYK00.720.990.57
HSL16.67º98.18%21.57%-
HSV(B)16.67º99.08%42.75%-
XYZ6.84.230.49-
YUV50.999.84169.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 77.30%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=77.30%
G=21.99%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10931100.720.990.5716.6798.1821.57
Hex6D1F10486339116216
Octal1553710110143712114226
Binary110110111111101001000110001111100110001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,31,1); }

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

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

 a { background-color: rgb(109,31,1); }

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

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

 span { border-color: rgb(109,31,1); }

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