#6F2623

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

Shades of Auburn #6F2623

Tints of Auburn #6F2623

Color information

#6F2623 (or 0x6F2623) is unknown color: approx Auburn. HEX triplet: 6F, 26 and 23. RGB value is (111,38,35). Sum of RGB (Red+Green+Blue) = 111+38+35=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2623 is #90D9DC. Grayscale: #3B3B3B. Windows color (decimal): -9492957 or 2303599. OLE color: 2303599.

HSL color Cylindrical-coordinate representation of color #6F2623: hue angle of 2.37º 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 #6F2623 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1113835-
CMYK00.660.680.56
HSL2.37º52.05%28.63%-
HSV(B)2.37º68.47%43.53%-
XYZ7.554.892.14-
YUV59.48114.18164.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.33%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 35 (14.06% from 255) = 19.02%
R=60.33%
G=20.65%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111383500.660.680.562.3752.0528.63
Hex6F262304244382341d
Octal157464301021047026435
Binary11011111001101000110100001010001001110001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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