Html Css Color HEX #6E2821 Auburn

📋 copy color: '#6E2821'

red 110 ◦ green 40 ◦ blue 33

#6E2821
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #6E2821

Tints of Auburn #6E2821

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 value IS 0

 M value IS 0.64

 Y value IS 0.7

 K value IS 0.57

RGB Variations

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

Color information

#6E2821 (or 0x6E2821) is known color: 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

RGB 110 40 33 -
CMYK 0 0.64 0.7 0.57
HSL 5.45º 0.54% 0.28% -
HSV(B) 5.45º 0.7% 0.43% -
XYZ 7.46 4.94 2 -
YUV 60.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 110 40 33 0 0.64 0.7 0.57 5.45 0.54 0.28
Hex 6E 28 21 0 40 46 39 5 36 1C
Octal 156 50 41 0 100 106 71 5 66 34
Binary 1101110 101000 100001 0 1000000 1000110 111001 101 110110 11100

Color Harmonies of #6E2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2821

Black with #6E2821

Text Example


Text Example

White with #6E2821

Text Example


Text Example

HTML Codes & Css Web 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>