#6E2828

Color #6E2828 Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #6E2828

Tints of Auburn #6E2828

Color information

#6E2828 (or 0x6E2828) is unknown color: approx Auburn. HEX triplet: 6E, 28 and 28. RGB value is (110,40,40). Sum of RGB (Red+Green+Blue) = 110+40+40=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2828 is #91D7D7. Grayscale: #3C3C3C. Windows color (decimal): -9557976 or 2631790. OLE color: 2631790.

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

Color convert

RGB1104040-
CMYK00.640.640.57
HSL46.67%29.41%-
HSV(B)63.64%43.14%-
XYZ7.574.992.57-
YUV60.93116.19163-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.89%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=57.89%
G=21.05%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110404000.640.640.57046.6729.41
Hex6E2828040403902f1d
Octal156505001001007105735
Binary1101110101000101000010000001000000111001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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