#6F312F

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

Shades of Auburn #6F312F

Tints of Auburn #6F312F

Color information

#6F312F (or 0x6F312F) is unknown color: approx Auburn. HEX triplet: 6F, 31 and 2F. RGB value is (111,49,47). Sum of RGB (Red+Green+Blue) = 111+49+47=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F312F is #90CED0. Grayscale: #434343. Windows color (decimal): -9490129 or 3092847. OLE color: 3092847.

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

Color convert

RGB1114947-
CMYK00.560.580.56
HSL1.88º40.51%30.98%-
HSV(B)1.88º57.66%43.53%-
XYZ8.175.783.37-
YUV67.31116.54159.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=53.62%
G=23.67%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111494700.560.580.561.8840.5130.98
Hex6F312F0383A382291f
Octal1576157070727025137
Binary110111111000110111101110001110101110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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