#6F2702

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

Shades of Baker's Chocolate #6F2702

Tints of Baker's Chocolate #6F2702

Color information

#6F2702 (or 0x6F2702) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 27 and 02. RGB value is (111,39,2). Sum of RGB (Red+Green+Blue) = 111+39+2=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2702 is #90D8FD. Grayscale: #383838. Windows color (decimal): -9492734 or 141167. OLE color: 141167.

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

Color convert

RGB111392-
CMYK00.650.980.56
HSL20.37º96.46%22.16%-
HSV(B)20.37º98.2%43.53%-
XYZ7.294.830.61-
YUV56.3197.35167.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=73.03%
G=25.66%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11139200.650.980.5620.3796.4622.16
Hex6F2720416238146016
Octal1574720101142702414026
Binary11011111001111001000001110001011100010100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,2); }

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

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

 a { background-color: rgb(111,39,2); }

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

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

 span { border-color: rgb(111,39,2); }

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