#6F2900

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

Shades of Baker's Chocolate #6F2900

Tints of Baker's Chocolate #6F2900

Color information

#6F2900 (or 0x6F2900) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 29 and 00. RGB value is (111,41,0). Sum of RGB (Red+Green+Blue) = 111+41+0=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2900 is #90D6FF. Grayscale: #393939. Windows color (decimal): -9492224 or 10607. OLE color: 10607.

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

Color convert

RGB111410-
CMYK00.6310.56
HSL22.16º100%21.76%-
HSV(B)22.16º100%43.53%-
XYZ7.354.970.57-
YUV57.2695.69166.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.03%
G=26.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11141000.6310.5622.1610021.76
Hex6F29003F6438166416
Octal157510077144702614426
Binary110111110100100111111110010011100010110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,0); }

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

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

 a { background-color: rgb(111,41,0); }

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

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

 span { border-color: rgb(111,41,0); }

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