#6E2005

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

Shades of Baker's Chocolate #6E2005

Tints of Baker's Chocolate #6E2005

Color information

#6E2005 (or 0x6E2005) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 20 and 05. RGB value is (110,32,5). Sum of RGB (Red+Green+Blue) = 110+32+5=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2005 is #91DFFA. Grayscale: #343434. Windows color (decimal): -9560059 or 335982. OLE color: 335982.

HSL color Cylindrical-coordinate representation of color #6E2005: hue angle of 15.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E2005 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB110325-
CMYK00.710.950.57
HSL15.43º91.3%22.55%-
HSV(B)15.43º95.45%43.14%-
XYZ6.974.360.62-
YUV52.24101.34169.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 74.83%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=74.83%
G=21.77%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11032500.710.950.5715.4391.322.55
Hex6E2050475F39f5b17
Octal1564050107137711713327
Binary11011101000001010100011110111111110011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,32,5); }

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

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

 a { background-color: rgb(110,32,5); }

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

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

 span { border-color: rgb(110,32,5); }

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