#6E280B

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

Shades of Baker's Chocolate #6E280B

Tints of Baker's Chocolate #6E280B

Color information

#6E280B (or 0x6E280B) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 28 and 0B. RGB value is (110,40,11). Sum of RGB (Red+Green+Blue) = 110+40+11=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E280B is #91D7F4. Grayscale: #393939. Windows color (decimal): -9558005 or 731246. OLE color: 731246.

HSL color Cylindrical-coordinate representation of color #6E280B: hue angle of 17.58º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E280B is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.57.

Color convert

RGB1104011-
CMYK00.640.90.57
HSL17.58º81.82%23.73%-
HSV(B)17.58º90%43.14%-
XYZ7.254.860.87-
YUV57.62101.69165.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.32%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=68.32%
G=24.84%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.9
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110401100.640.90.5717.5881.8223.73
Hex6E28B0405A39125218
Octal15650130100132712212230
Binary1101110101000101101000000101101011100110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,40,11); }

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

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

 a { background-color: rgb(110,40,11); }

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

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

 span { border-color: rgb(110,40,11); }

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