Html Css Color HEX #6E2B26 Auburn

📋 copy color: '#6E2B26'

red 110 ◦ green 43 ◦ blue 38

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

Shades of Auburn #6E2B26

Tints of Auburn #6E2B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.9%

R = 57.59%
G = 22.51%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E2B26 (or 0x6E2B26) is known color: Auburn. HEX triplet: 6E, 2B and 26. RGB value is (110,43,38). Sum of RGB (Red+Green+Blue) = 110+43+38=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2B26 is #91D4D9. Grayscale: #3E3E3E. Windows color (decimal): -9557210 or 2501486. OLE color: 2501486.

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

Color convert

RGB 110 43 38 -
CMYK 0 0.61 0.65 0.57
HSL 4.17º 0.49% 0.29% -
HSV(B) 4.17º 0.65% 0.43% -
XYZ 7.64 5.18 2.43 -
YUV 62.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 110 43 38 0 0.61 0.65 0.57 4.17 0.49 0.29
Hex 6E 2B 26 0 3D 41 39 4 31 1D
Octal 156 53 46 0 75 101 71 4 61 35
Binary 1101110 101011 100110 0 111101 1000001 111001 100 110001 11101

Color Harmonies of #6E2B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B26

Black with #6E2B26

Text Example


Text Example

White with #6E2B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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