#6E2B00

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

Shades of Baker's Chocolate #6E2B00

Tints of Baker's Chocolate #6E2B00

Color information

#6E2B00 (or 0x6E2B00) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 2B and 00. RGB value is (110,43,0). Sum of RGB (Red+Green+Blue) = 110+43+0=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2B00 is #91D4FF. Grayscale: #3A3A3A. Windows color (decimal): -9557248 or 11118. OLE color: 11118.

HSL color Cylindrical-coordinate representation of color #6E2B00: hue angle of 23.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E2B00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB110430-
CMYK00.6110.57
HSL23.45º100%21.57%-
HSV(B)23.45º100%43.14%-
XYZ7.295.040.59-
YUV58.1395.2165-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 71.90%
GREEN value IS 43 (17.19% from 255) = 28.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.90%
G=28.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11043000.6110.5723.4510021.57
Hex6E2B003D6439176416
Octal156530075144712714426
Binary110111010101100111101110010011100110111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,43,0); }

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

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

 a { background-color: rgb(110,43,0); }

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

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

 span { border-color: rgb(110,43,0); }

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