Html Css Color HEX #6E2828 Auburn

📋 copy color: '#6E2828'

red 110 ◦ green 40 ◦ blue 40

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

Shades of Auburn #6E2828

Tints of Auburn #6E2828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

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

R = 57.89%
G = 21.05%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E2828 (or 0x6E2828) is known color: Auburn. HEX triplet: 6E, 28 and 28. RGB value is (110,40,40). Sum of RGB (Red+Green+Blue) = 110+40+40=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2828 is #91D7D7. Grayscale: #3C3C3C. Windows color (decimal): -9557976 or 2631790. OLE color: 2631790.

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

Color convert

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

Color Harmonies of #6E2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2828

Black with #6E2828

Text Example


Text Example

White with #6E2828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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