#6F2801

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

Shades of Baker's Chocolate #6F2801

Tints of Baker's Chocolate #6F2801

Color information

#6F2801 (or 0x6F2801) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 28 and 01. RGB value is (111,40,1). Sum of RGB (Red+Green+Blue) = 111+40+1=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2801 is #90D7FE. Grayscale: #393939. Windows color (decimal): -9492479 or 75887. OLE color: 75887.

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

Color convert

RGB111401-
CMYK00.640.990.56
HSL21.27º98.21%21.96%-
HSV(B)21.27º99.1%43.53%-
XYZ7.324.90.59-
YUV56.7896.52166.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=73.03%
G=26.32%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11140100.640.990.5621.2798.2121.96
Hex6F2810406338156216
Octal1575010100143702514226
Binary1101111101000101000000110001111100010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,1); }

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

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

 a { background-color: rgb(111,40,1); }

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

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

 span { border-color: rgb(111,40,1); }

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