#6F2F07

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

Shades of Baker's Chocolate #6F2F07

Tints of Baker's Chocolate #6F2F07

Color information

#6F2F07 (or 0x6F2F07) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2F and 07. RGB value is (111,47,7). Sum of RGB (Red+Green+Blue) = 111+47+7=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2F07 is #90D0F8. Grayscale: #3D3D3D. Windows color (decimal): -9490681 or 470895. OLE color: 470895.

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

Color convert

RGB111477-
CMYK00.580.940.56
HSL23.08º88.14%23.14%-
HSV(B)23.08º93.69%43.53%-
XYZ7.615.430.85-
YUV61.5897.2163.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=67.27%
G=28.48%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11147700.580.940.5623.0888.1423.14
Hex6F2F703A5E38175817
Octal157577072136702713027
Binary11011111011111110111010101111011100010111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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