#6F2321

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

Shades of Auburn #6F2321

Tints of Auburn #6F2321

Color information

#6F2321 (or 0x6F2321) is unknown color: approx Auburn. HEX triplet: 6F, 23 and 21. RGB value is (111,35,33). Sum of RGB (Red+Green+Blue) = 111+35+33=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2321 is #90DCDE. Grayscale: #393939. Windows color (decimal): -9493727 or 2171759. OLE color: 2171759.

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

Color convert

RGB1113533-
CMYK00.680.700.56
HSL1.54º54.17%28.24%-
HSV(B)1.54º70.27%43.53%-
XYZ7.434.691.95-
YUV57.5114.18166.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=62.01%
G=19.55%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111353300.680.700.561.5454.1728.24
Hex6F232104446382361c
Octal157434101041067026634
Binary11011111000111000010100010010001101110001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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