#6A2926

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

Shades of Auburn #6A2926

Tints of Auburn #6A2926

Color information

#6A2926 (or 0x6A2926) is unknown color: approx Auburn. HEX triplet: 6A, 29 and 26. RGB value is (106,41,38). Sum of RGB (Red+Green+Blue) = 106+41+38=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2926 is #95D6D9. Grayscale: #3C3C3C. Windows color (decimal): -9819866 or 2500970. OLE color: 2500970.

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

Color convert

RGB1064138-
CMYK00.610.640.58
HSL2.65º47.22%28.24%-
HSV(B)2.65º64.15%41.57%-
XYZ7.094.792.38-
YUV60.09115.53160.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.30%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=57.30%
G=22.16%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106413800.610.640.582.6547.2228.24
Hex6A292603D403A32f1c
Octal15251460751007235734
Binary1101010101001100110011110110000001110101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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