Html Css Color HEX #6E2F28 Auburn

📋 copy color: '#6E2F28'

red 110 ◦ green 47 ◦ blue 40

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

Shades of Auburn #6E2F28

Tints of Auburn #6E2F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.86%

 BLUE value IS 40 (16.02% from 255) = 20.3%

R = 55.84%
G = 23.86%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E2F28 (or 0x6E2F28) is known color: Auburn. HEX triplet: 6E, 2F and 28. RGB value is (110,47,40). Sum of RGB (Red+Green+Blue) = 110+47+40=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2F28 is #91D0D7. Grayscale: #414141. Windows color (decimal): -9556184 or 2633582. OLE color: 2633582.

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

Color convert

RGB 110 47 40 -
CMYK 0 0.57 0.64 0.57
HSL 0.47% 0.29% -
HSV(B) 0.64% 0.43% -
XYZ 7.83 5.5 2.66 -
YUV 65.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 110 47 40 0 0.57 0.64 0.57 6 0.47 0.29
Hex 6E 2F 28 0 39 40 39 6 2F 1D
Octal 156 57 50 0 71 100 71 6 57 35
Binary 1101110 101111 101000 0 111001 1000000 111001 110 101111 11101

Color Harmonies of #6E2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2F28

Black with #6E2F28

Text Example


Text Example

White with #6E2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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