#6A2822

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

Shades of Auburn #6A2822

Tints of Auburn #6A2822

Color information

#6A2822 (or 0x6A2822) is unknown color: approx Auburn. HEX triplet: 6A, 28 and 22. RGB value is (106,40,34). Sum of RGB (Red+Green+Blue) = 106+40+34=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2822 is #95D7DD. Grayscale: #3B3B3B. Windows color (decimal): -9820126 or 2238570. OLE color: 2238570.

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

Color convert

RGB1064034-
CMYK00.620.680.58
HSL51.43%27.45%-
HSV(B)67.92%41.57%-
XYZ6.994.72.05-
YUV59.05113.87161.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 34 (13.67% from 255) = 18.89%
R=58.89%
G=22.22%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106403400.620.680.58551.4327.45
Hex6A282203E443A5331b
Octal15250420761047256333
Binary11010101010001000100111110100010011101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,34); }

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

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

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

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

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

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

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