#6F2523

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

Shades of Auburn #6F2523

Tints of Auburn #6F2523

Color information

#6F2523 (or 0x6F2523) is unknown color: approx Auburn. HEX triplet: 6F, 25 and 23. RGB value is (111,37,35). Sum of RGB (Red+Green+Blue) = 111+37+35=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2523 is #90DADC. Grayscale: #3A3A3A. Windows color (decimal): -9493213 or 2303343. OLE color: 2303343.

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

Color convert

RGB1113735-
CMYK00.670.680.56
HSL1.58º52.05%28.63%-
HSV(B)1.58º68.47%43.53%-
XYZ7.524.822.12-
YUV58.9114.52165.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.66%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=60.66%
G=20.22%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111373500.670.680.561.5852.0528.63
Hex6F252304344382341d
Octal157454301031047026435
Binary11011111001011000110100001110001001110001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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