#A6815A

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

Shades of Sorrell Brown #A6815A

Tints of Sorrell Brown #A6815A

Color information

#A6815A (or 0xA6815A) is unknown color: approx Sorrell Brown. HEX triplet: A6, 81 and 5A. RGB value is (166,129,90). Sum of RGB (Red+Green+Blue) = 166+129+90=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6815A is #597EA5. Grayscale: #878787. Windows color (decimal): -5865126 or 5931430. OLE color: 5931430.

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

Color convert

RGB16612990-
CMYK00.220.460.35
HSL30.79º29.92%50.2%-
HSV(B)30.79º45.78%65.1%-
XYZ25.4224.5513.07-
YUV135.62102.26149.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=43.12%
G=33.51%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661299000.220.460.3530.7929.9250.2
HexA6815A0162E231f1e32
Octal2462011320265643373662
Binary101001101000000110110100101101011101000111111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6815A; }

 p { color: rgb(166,129,90); }

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

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

 a { background-color: rgb(166,129,90); }

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

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

 span { border-color: rgb(166,129,90); }

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