#6F2600

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

Shades of Baker's Chocolate #6F2600

Tints of Baker's Chocolate #6F2600

Color information

#6F2600 (or 0x6F2600) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 26 and 00. RGB value is (111,38,0). Sum of RGB (Red+Green+Blue) = 111+38+0=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2600 is #90D9FF. Grayscale: #373737. Windows color (decimal): -9492992 or 9839. OLE color: 9839.

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

Color convert

RGB111380-
CMYK00.6610.56
HSL20.54º100%21.76%-
HSV(B)20.54º100%43.53%-
XYZ7.254.770.54-
YUV55.596.68167.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74.50%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.50%
G=25.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11138000.6610.5620.5410021.76
Hex6F2600426438156416
Octal1574600102144702514426
Binary1101111100110001000010110010011100010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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