#6E2D12

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

Shades of Baker's Chocolate #6E2D12

Tints of Baker's Chocolate #6E2D12

Color information

#6E2D12 (or 0x6E2D12) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 2D and 12. RGB value is (110,45,18). Sum of RGB (Red+Green+Blue) = 110+45+18=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2D12 is #91D2ED. Grayscale: #3D3D3D. Windows color (decimal): -9556718 or 1191278. OLE color: 1191278.

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

Color convert

RGB1104518-
CMYK00.590.840.57
HSL17.61º71.88%25.1%-
HSV(B)17.61º83.64%43.14%-
XYZ7.485.241.19-
YUV61.36103.53162.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 63.58%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=63.58%
G=26.01%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110451800.590.840.5717.6171.8825.1
Hex6E2D1203B5439124819
Octal1565522073124712211031
Binary1101110101101100100111011101010011100110010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,45,18); }

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

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

 a { background-color: rgb(110,45,18); }

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

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

 span { border-color: rgb(110,45,18); }

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