#6E2E0F

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

Shades of Baker's Chocolate #6E2E0F

Tints of Baker's Chocolate #6E2E0F

Color information

#6E2E0F (or 0x6E2E0F) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 2E and 0F. RGB value is (110,46,15). Sum of RGB (Red+Green+Blue) = 110+46+15=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2E0F is #91D1F0. Grayscale: #3D3D3D. Windows color (decimal): -9556465 or 994926. OLE color: 994926.

HSL color Cylindrical-coordinate representation of color #6E2E0F: hue angle of 19.58º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E2E0F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB1104615-
CMYK00.580.860.57
HSL19.58º76%24.51%-
HSV(B)19.58º86.36%43.14%-
XYZ7.495.31.08-
YUV61.6101.7162.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 64.33%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=64.33%
G=26.90%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110461500.580.860.5719.587624.51
Hex6E2EF03A5639144c19
Octal1565617072126712411431
Binary110111010111011110111010101011011100110100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,46,15); }

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

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

 a { background-color: rgb(110,46,15); }

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

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

 span { border-color: rgb(110,46,15); }

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