#987864

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

Shades of Sorrell Brown #987864

Tints of Sorrell Brown #987864

Color information

#987864 (or 0x987864) is unknown color: approx Sorrell Brown. HEX triplet: 98, 78 and 64. RGB value is (152,120,100). Sum of RGB (Red+Green+Blue) = 152+120+100=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #987864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987864 is #67879B. Grayscale: #7F7F7F. Windows color (decimal): -6784924 or 6584472. OLE color: 6584472.

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

Color convert

RGB152120100-
CMYK00.210.340.40
HSL23.08º20.63%49.41%-
HSV(B)23.08º34.21%59.61%-
XYZ21.9721.0314.96-
YUV127.29112.6145.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=40.86%
G=32.26%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212010000.210.340.4023.0820.6349.41
Hex9878640152228171531
Octal2301701440254250272561
Binary10011000111100011001000101011000101010001011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987864; }

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

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

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

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

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

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

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

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