#6A2927

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

Shades of Auburn #6A2927

Tints of Auburn #6A2927

Color information

#6A2927 (or 0x6A2927) is unknown color: approx Auburn. HEX triplet: 6A, 29 and 27. RGB value is (106,41,39). Sum of RGB (Red+Green+Blue) = 106+41+39=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2927 is #95D6D8. Grayscale: #3C3C3C. Windows color (decimal): -9819865 or 2566506. OLE color: 2566506.

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

Color convert

RGB1064139-
CMYK00.610.630.58
HSL1.79º46.21%28.43%-
HSV(B)1.79º63.21%41.57%-
XYZ7.14.82.47-
YUV60.21116.03160.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.99%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=56.99%
G=22.04%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106413900.610.630.581.7946.2128.43
Hex6A292703D3F3A22e1c
Octal1525147075777225634
Binary110101010100110011101111011111111110101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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