#6E2821

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

Shades of Auburn #6E2821

Tints of Auburn #6E2821

Color information

#6E2821 (or 0x6E2821) is unknown color: approx Auburn. HEX triplet: 6E, 28 and 21. RGB value is (110,40,33). Sum of RGB (Red+Green+Blue) = 110+40+33=183 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.11% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2821 is #91D7DE. Grayscale: #3C3C3C. Windows color (decimal): -9557983 or 2173038. OLE color: 2173038.

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

Color convert

RGB1104033-
CMYK00.640.70.57
HSL5.45º53.85%28.04%-
HSV(B)5.45º70%43.14%-
XYZ7.464.942-
YUV60.13112.69163.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 60.11%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=60.11%
G=21.86%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110403300.640.70.575.4553.8528.04
Hex6E282104046395361c
Octal156504101001067156634
Binary110111010100010000101000000100011011100110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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