Html Css Color HEX #6E2B29 Auburn

📋 copy color: '#6E2B29'

red 110 ◦ green 43 ◦ blue 41

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

Shades of Auburn #6E2B29

Tints of Auburn #6E2B29

RGB

 RED value IS 110 (43.36% from 255) = 56.7%

 GREEN value IS 43 (17.19% from 255) = 22.16%

 BLUE value IS 41 (16.41% from 255) = 21.13%

R = 56.7%
G = 22.16%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E2B29 (or 0x6E2B29) is known color: Auburn. HEX triplet: 6E, 2B and 29. RGB value is (110,43,41). Sum of RGB (Red+Green+Blue) = 110+43+41=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2B29 is #91D4D6. Grayscale: #3E3E3E. Windows color (decimal): -9557207 or 2698094. OLE color: 2698094.

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

Color convert

RGB 110 43 41 -
CMYK 0 0.61 0.63 0.57
HSL 1.74º 0.46% 0.3% -
HSV(B) 1.74º 0.63% 0.43% -
XYZ 7.69 5.2 2.7 -
YUV 62.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 110 43 41 0 0.61 0.63 0.57 1.74 0.46 0.3
Hex 6E 2B 29 0 3D 3F 39 2 2E 1E
Octal 156 53 51 0 75 77 71 2 56 36
Binary 1101110 101011 101001 0 111101 111111 111001 10 101110 11110

Color Harmonies of #6E2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B29

Black with #6E2B29

Text Example


Text Example

White with #6E2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,41); }

 H1.HeaderClassName
 {
   color: #6E2B29;
 }
 .AnyTagClassName
 {
   color: #6E2B29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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