#6F2E0D

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

Shades of Baker's Chocolate #6F2E0D

Tints of Baker's Chocolate #6F2E0D

Color information

#6F2E0D (or 0x6F2E0D) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2E and 0D. RGB value is (111,46,13). Sum of RGB (Red+Green+Blue) = 111+46+13=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2E0D is #90D1F2. Grayscale: #3D3D3D. Windows color (decimal): -9490931 or 863855. OLE color: 863855.

HSL color Cylindrical-coordinate representation of color #6F2E0D: hue angle of 20.2º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F2E0D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1114613-
CMYK00.590.880.56
HSL20.2º79.03%24.31%-
HSV(B)20.2º88.29%43.53%-
XYZ7.615.361.02-
YUV61.67100.53163.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.29%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=65.29%
G=27.06%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111461300.590.880.5620.279.0324.31
Hex6F2ED03B5838144f18
Octal1575615073130702411730
Binary110111110111011010111011101100011100010100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,46,13); }

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

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

 a { background-color: rgb(111,46,13); }

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

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

 span { border-color: rgb(111,46,13); }

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