#A6825B

Color #A6825B Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #A6825B

Tints of Sorrell Brown #A6825B

Color information

#A6825B (or 0xA6825B) is unknown color: approx Sorrell Brown. HEX triplet: A6, 82 and 5B. RGB value is (166,130,91). Sum of RGB (Red+Green+Blue) = 166+130+91=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A6825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6825B is #597DA4. Grayscale: #888888. Windows color (decimal): -5864869 or 5997222. OLE color: 5997222.

HSL color Cylindrical-coordinate representation of color #A6825B: hue angle of 31.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6825B is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16613091-
CMYK00.220.450.35
HSL31.2º29.64%50.39%-
HSV(B)31.2º45.18%65.1%-
XYZ25.624.8313.34-
YUV136.32102.43149.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=42.89%
G=33.59%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661309100.220.450.3531.229.6450.39
HexA6825B0162D231f1e32
Octal2462021330265543373662
Binary101001101000001010110110101101011011000111111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6825B; }

 p { color: rgb(166,130,91); }

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

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

 a { background-color: rgb(166,130,91); }

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

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

 span { border-color: rgb(166,130,91); }

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