#6E2221

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

Shades of Auburn #6E2221

Tints of Auburn #6E2221

Color information

#6E2221 (or 0x6E2221) is unknown color: approx Auburn. HEX triplet: 6E, 22 and 21. RGB value is (110,34,33). Sum of RGB (Red+Green+Blue) = 110+34+33=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2221 is #91DDDE. Grayscale: #383838. Windows color (decimal): -9559519 or 2171502. OLE color: 2171502.

HSL color Cylindrical-coordinate representation of color #6E2221: hue angle of 0.78º 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 #6E2221 is Cyan = 0, Magento = 0.69, Yellow = 0.7 and Black (K on CMYK) = 0.57.

Color convert

RGB1103433-
CMYK00.690.70.57
HSL0.78º53.85%28.04%-
HSV(B)0.78º70%43.14%-
XYZ7.284.571.94-
YUV56.61114.68166.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 62.15%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=62.15%
G=19.21%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110343300.690.70.570.7853.8528.04
Hex6E222104546391361c
Octal156424101051067116634
Binary1101110100010100001010001011000110111001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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