#6F2F2D

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

Shades of Auburn #6F2F2D

Tints of Auburn #6F2F2D

Color information

#6F2F2D (or 0x6F2F2D) is unknown color: approx Auburn. HEX triplet: 6F, 2F and 2D. RGB value is (111,47,45). Sum of RGB (Red+Green+Blue) = 111+47+45=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F2D is #90D0D2. Grayscale: #414141. Windows color (decimal): -9490643 or 2961263. OLE color: 2961263.

HSL color Cylindrical-coordinate representation of color #6F2F2D: hue angle of 1.82º degrees, saturation: 0.42, 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 #6F2F2D is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1114745-
CMYK00.580.590.56
HSL1.82º42.31%30.59%-
HSV(B)1.82º59.46%43.53%-
XYZ8.055.63.14-
YUV65.91116.2160.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.68%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=54.68%
G=23.15%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111474500.580.590.561.8242.3130.59
Hex6F2F2D03A3B3822a1f
Octal1575755072737025237
Binary110111110111110110101110101110111110001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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