#6F2E0A

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

Shades of Baker's Chocolate #6F2E0A

Tints of Baker's Chocolate #6F2E0A

Color information

#6F2E0A (or 0x6F2E0A) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2E and 0A. RGB value is (111,46,10). Sum of RGB (Red+Green+Blue) = 111+46+10=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2E0A is #90D1F5. Grayscale: #3D3D3D. Windows color (decimal): -9490934 or 667247. OLE color: 667247.

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

Color convert

RGB1114610-
CMYK00.590.910.56
HSL21.39º83.47%23.73%-
HSV(B)21.39º90.99%43.53%-
XYZ7.595.360.92-
YUV61.3399.03163.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=66.47%
G=27.54%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111461000.590.910.5621.3983.4723.73
Hex6F2EA03B5B38155318
Octal1575612073133702512330
Binary110111110111010100111011101101111100010101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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