#6E302F

Color #6E302F Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #6E302F

Tints of Auburn #6E302F

Color information

#6E302F (or 0x6E302F) is unknown color: approx Auburn. HEX triplet: 6E, 30 and 2F. RGB value is (110,48,47). Sum of RGB (Red+Green+Blue) = 110+48+47=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E302F is #91CFD0. Grayscale: #424242. Windows color (decimal): -9555921 or 3092590. OLE color: 3092590.

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

Color convert

RGB1104847-
CMYK00.560.570.57
HSL0.95º40.13%30.78%-
HSV(B)0.95º57.27%43.14%-
XYZ85.633.36-
YUV66.42117.04159.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.66%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=53.66%
G=23.41%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110484700.560.570.570.9540.1330.78
Hex6E302F03839391281f
Octal1566057070717115037
Binary11011101100001011110111000111001111001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E302F;
 }
 .AnyTagClassName
 {
   color: #6E302F;
 }
</style>
background-color css

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

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

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

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

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

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