#9A816A

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

Shades of Sorrell Brown #9A816A

Tints of Sorrell Brown #9A816A

Color information

#9A816A (or 0x9A816A) is unknown color: approx Sorrell Brown. HEX triplet: 9A, 81 and 6A. RGB value is (154,129,106). Sum of RGB (Red+Green+Blue) = 154+129+106=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A816A is #657E95. Grayscale: #858585. Windows color (decimal): -6651542 or 6979994. OLE color: 6979994.

HSL color Cylindrical-coordinate representation of color #9A816A: hue angle of 28.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A816A is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB154129106-
CMYK00.160.310.40
HSL28.75º19.2%50.98%-
HSV(B)28.75º31.17%60.39%-
XYZ23.7823.6116.94-
YUV133.85112.28142.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=39.59%
G=33.16%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412910600.160.310.4028.7519.250.98
Hex9A816A0101F281d1333
Octal2322011520203750352363
Binary10011010100000011101010010000111111010001110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A816A; }

 p { color: rgb(154,129,106); }

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

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

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

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

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

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

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