#6A2923

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

Shades of Auburn #6A2923

Tints of Auburn #6A2923

Color information

#6A2923 (or 0x6A2923) is unknown color: approx Auburn. HEX triplet: 6A, 29 and 23. RGB value is (106,41,35). Sum of RGB (Red+Green+Blue) = 106+41+35=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2923 is #95D6DC. Grayscale: #3B3B3B. Windows color (decimal): -9819869 or 2304362. OLE color: 2304362.

HSL color Cylindrical-coordinate representation of color #6A2923: hue angle of 5.07º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2923 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB1064135-
CMYK00.610.670.58
HSL5.07º50.35%27.65%-
HSV(B)5.07º66.98%41.57%-
XYZ7.044.772.14-
YUV59.75114.03160.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.24%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 35 (14.06% from 255) = 19.23%
R=58.24%
G=22.53%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106413500.610.670.585.0750.3527.65
Hex6A292303D433A5321c
Octal15251430751037256234
Binary11010101010011000110111101100001111101010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,35); }

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

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

 a { background-color: rgb(106,41,35); }

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

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

 span { border-color: rgb(106,41,35); }

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