#6F231F

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

Shades of Auburn #6F231F

Tints of Auburn #6F231F

Color information

#6F231F (or 0x6F231F) is unknown color: approx Auburn. HEX triplet: 6F, 23 and 1F. RGB value is (111,35,31). Sum of RGB (Red+Green+Blue) = 111+35+31=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F231F is #90DCE0. Grayscale: #393939. Windows color (decimal): -9493729 or 2040687. OLE color: 2040687.

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

Color convert

RGB1113531-
CMYK00.680.720.56
HSL56.34%27.84%-
HSV(B)72.07%43.53%-
XYZ7.44.681.81-
YUV57.27113.18166.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.71%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=62.71%
G=19.77%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111353100.680.720.56356.3427.84
Hex6F231F04448383381c
Octal157433701041107037034
Binary1101111100011111110100010010010001110001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,35,31); }

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

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

 a { background-color: rgb(111,35,31); }

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

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

 span { border-color: rgb(111,35,31); }

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