#987A61

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

Shades of Sorrell Brown #987A61

Tints of Sorrell Brown #987A61

Color information

#987A61 (or 0x987A61) is unknown color: approx Sorrell Brown. HEX triplet: 98, 7A and 61. RGB value is (152,122,97). Sum of RGB (Red+Green+Blue) = 152+122+97=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A61 is #67859E. Grayscale: #808080. Windows color (decimal): -6784415 or 6388376. OLE color: 6388376.

HSL color Cylindrical-coordinate representation of color #987A61: hue angle of 27.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987A61 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB15212297-
CMYK00.200.360.40
HSL27.27º22.09%48.82%-
HSV(B)27.27º36.18%59.61%-
XYZ22.0721.4614.29-
YUV128.12110.44145.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=40.97%
G=32.88%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521229700.200.360.4027.2722.0948.82
Hex987A6101424281b1631
Octal2301721410244450332661
Binary10011000111101011000010101001001001010001101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A61; }

 p { color: rgb(152,122,97); }

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

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

 a { background-color: rgb(152,122,97); }

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

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

 span { border-color: rgb(152,122,97); }

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