#6F2B07

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

Shades of Baker's Chocolate #6F2B07

Tints of Baker's Chocolate #6F2B07

Color information

#6F2B07 (or 0x6F2B07) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2B and 07. RGB value is (111,43,7). Sum of RGB (Red+Green+Blue) = 111+43+7=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2B07 is #90D4F8. Grayscale: #3B3B3B. Windows color (decimal): -9491705 or 469871. OLE color: 469871.

HSL color Cylindrical-coordinate representation of color #6F2B07: hue angle of 20.77º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F2B07 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB111437-
CMYK00.610.940.56
HSL20.77º88.14%23.14%-
HSV(B)20.77º93.69%43.53%-
XYZ7.465.120.8-
YUV59.2398.53164.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.94%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=68.94%
G=26.71%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11143700.610.940.5620.7788.1423.14
Hex6F2B703D5E38155817
Octal157537075136702513027
Binary11011111010111110111101101111011100010101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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