Html Css Color HEX #987B60 Sorrell Brown

📋 copy color: '#987B60'

red 152 ◦ green 123 ◦ blue 96

#987B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorrell Brown #987B60

Tints of Sorrell Brown #987B60

RGB

 RED value IS 152 (59.77% from 255) = 40.97%

 GREEN value IS 123 (48.44% from 255) = 33.15%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 40.97%
G = 33.15%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#987B60 (or 0x987B60) is known color: Sorrell Brown. HEX triplet: 98, 7B and 60. RGB value is (152,123,96). Sum of RGB (Red+Green+Blue) = 152+123+96=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B60 is #67849F. Grayscale: #808080. Windows color (decimal): -6784160 or 6323096. OLE color: 6323096.

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

Color convert

RGB 152 123 96 -
CMYK 0 0.19 0.37 0.40
HSL 28.93º 0.23% 0.49% -
HSV(B) 28.93º 0.37% 0.6% -
XYZ 22.14 21.69 14.09 -
YUV 128.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 152 123 96 0 0.19 0.37 0.40 28.93 0.23 0.49
Hex 98 7B 60 0 13 25 28 1D 17 31
Octal 230 173 140 0 23 45 50 35 27 61
Binary 10011000 1111011 1100000 0 10011 100101 101000 11101 10111 110001

Color Harmonies of #987B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B60

Black with #987B60

Text Example


Text Example

White with #987B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #987B60;
 }
 .AnyTagClassName
 {
   color: #987B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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