#987A64

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

Shades of Sorrell Brown #987A64

Tints of Sorrell Brown #987A64

Color information

#987A64 (or 0x987A64) is unknown color: approx Sorrell Brown. HEX triplet: 98, 7A and 64. RGB value is (152,122,100). Sum of RGB (Red+Green+Blue) = 152+122+100=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #987A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A64 is #67859B. Grayscale: #808080. Windows color (decimal): -6784412 or 6584984. OLE color: 6584984.

HSL color Cylindrical-coordinate representation of color #987A64: hue angle of 25.38º 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 #987A64 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB152122100-
CMYK00.200.340.40
HSL25.38º20.63%49.41%-
HSV(B)25.38º34.21%59.61%-
XYZ22.2121.5115.04-
YUV128.46111.94144.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=40.64%
G=32.62%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212210000.200.340.4025.3820.6349.41
Hex987A640142228191531
Octal2301721440244250312561
Binary10011000111101011001000101001000101010001100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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