#987863

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

Shades of Sorrell Brown #987863

Tints of Sorrell Brown #987863

Color information

#987863 (or 0x987863) is unknown color: approx Sorrell Brown. HEX triplet: 98, 78 and 63. RGB value is (152,120,99). Sum of RGB (Red+Green+Blue) = 152+120+99=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987863 is #67879C. Grayscale: #7F7F7F. Windows color (decimal): -6784925 or 6518936. OLE color: 6518936.

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

Color convert

RGB15212099-
CMYK00.210.350.40
HSL23.77º21.12%49.22%-
HSV(B)23.77º34.87%59.61%-
XYZ21.9221.0114.7-
YUV127.17112.1145.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=40.97%
G=32.35%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521209900.210.350.4023.7721.1249.22
Hex9878630152328181531
Octal2301701430254350302561
Binary10011000111100011000110101011000111010001100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987863; }

 p { color: rgb(152,120,99); }

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

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

 a { background-color: rgb(152,120,99); }

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

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

 span { border-color: rgb(152,120,99); }

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