#6F2B01

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

Shades of Baker's Chocolate #6F2B01

Tints of Baker's Chocolate #6F2B01

Color information

#6F2B01 (or 0x6F2B01) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2B and 01. RGB value is (111,43,1). Sum of RGB (Red+Green+Blue) = 111+43+1=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2B01 is #90D4FE. Grayscale: #3A3A3A. Windows color (decimal): -9491711 or 76655. OLE color: 76655.

HSL color Cylindrical-coordinate representation of color #6F2B01: hue angle of 22.91º 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 #6F2B01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB111431-
CMYK00.610.990.56
HSL22.91º98.21%21.96%-
HSV(B)22.91º99.1%43.53%-
XYZ7.425.110.62-
YUV58.5495.53165.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.61%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=71.61%
G=27.74%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11143100.610.990.5622.9198.2121.96
Hex6F2B103D6338176216
Octal157531075143702714226
Binary110111110101110111101110001111100010111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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