#987B61

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

Shades of Sorrell Brown #987B61

Tints of Sorrell Brown #987B61

Color information

#987B61 (or 0x987B61) is unknown color: approx Sorrell Brown. HEX triplet: 98, 7B and 61. RGB value is (152,123,97). Sum of RGB (Red+Green+Blue) = 152+123+97=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #987B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B61 is #67849E. Grayscale: #808080. Windows color (decimal): -6784159 or 6388632. OLE color: 6388632.

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

Color convert

RGB15212397-
CMYK00.190.360.40
HSL28.36º22.09%48.82%-
HSV(B)28.36º36.18%59.61%-
XYZ22.1921.714.33-
YUV128.71110.11144.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=40.86%
G=33.06%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521239700.190.360.4028.3622.0948.82
Hex987B6101324281c1631
Octal2301731410234450342661
Binary10011000111101111000010100111001001010001110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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