#6A2929

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

Shades of Auburn #6A2929

Tints of Auburn #6A2929

Color information

#6A2929 (or 0x6A2929) is unknown color: approx Auburn. HEX triplet: 6A, 29 and 29. RGB value is (106,41,41). Sum of RGB (Red+Green+Blue) = 106+41+41=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2929 is #95D6D6. Grayscale: #3C3C3C. Windows color (decimal): -9819863 or 2697578. OLE color: 2697578.

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

Color convert

RGB1064141-
CMYK00.610.610.58
HSL44.22%28.82%-
HSV(B)61.32%41.57%-
XYZ7.144.812.65-
YUV60.43117.03160.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.38%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=56.38%
G=21.81%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106414100.610.610.58044.2228.82
Hex6A292903D3D3A02c1d
Octal1525151075757205435
Binary11010101010011010010111101111101111010010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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