#6F312E

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

Shades of Auburn #6F312E

Tints of Auburn #6F312E

Color information

#6F312E (or 0x6F312E) is unknown color: approx Auburn. HEX triplet: 6F, 31 and 2E. RGB value is (111,49,46). Sum of RGB (Red+Green+Blue) = 111+49+46=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F312E is #90CED1. Grayscale: #434343. Windows color (decimal): -9490130 or 3027311. OLE color: 3027311.

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

Color convert

RGB1114946-
CMYK00.560.590.56
HSL2.77º41.4%30.78%-
HSV(B)2.77º58.56%43.53%-
XYZ8.155.773.27-
YUV67.2116.04159.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=53.88%
G=23.79%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111494600.560.590.562.7741.430.78
Hex6F312E0383B383291f
Octal1576156070737035137
Binary110111111000110111001110001110111110001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,46); }

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

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

 a { background-color: rgb(111,49,46); }

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

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

 span { border-color: rgb(111,49,46); }

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