#6F2800

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

Shades of Baker's Chocolate #6F2800

Tints of Baker's Chocolate #6F2800

Color information

#6F2800 (or 0x6F2800) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 28 and 00. RGB value is (111,40,0). Sum of RGB (Red+Green+Blue) = 111+40+0=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2800 is #90D7FF. Grayscale: #383838. Windows color (decimal): -9492480 or 10351. OLE color: 10351.

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

Color convert

RGB111400-
CMYK00.6410.56
HSL21.62º100%21.76%-
HSV(B)21.62º100%43.53%-
XYZ7.314.90.56-
YUV56.6796.02166.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.51%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.51%
G=26.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11140000.6410.5621.6210021.76
Hex6F2800406438166416
Octal1575000100144702614426
Binary1101111101000001000000110010011100010110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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