Html Css Color HEX #987C5F Sorrell Brown

📋 copy color: '#987C5F'

red 152 ◦ green 124 ◦ blue 95

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

Shades of Sorrell Brown #987C5F

Tints of Sorrell Brown #987C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 40.97%
G = 33.42%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#987C5F (or 0x987C5F) is known color: Sorrell Brown. HEX triplet: 98, 7C and 5F. RGB value is (152,124,95). Sum of RGB (Red+Green+Blue) = 152+124+95=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C5F is #6783A0. Grayscale: #818181. Windows color (decimal): -6783905 or 6257816. OLE color: 6257816.

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

Color convert

RGB 152 124 95 -
CMYK 0 0.18 0.38 0.40
HSL 30.53º 0.23% 0.48% -
HSV(B) 30.53º 0.38% 0.6% -
XYZ 22.22 21.92 13.89 -
YUV 129.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 152 124 95 0 0.18 0.38 0.40 30.53 0.23 0.48
Hex 98 7C 5F 0 12 26 28 1F 17 30
Octal 230 174 137 0 22 46 50 37 27 60
Binary 10011000 1111100 1011111 0 10010 100110 101000 11111 10111 110000

Color Harmonies of #987C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C5F

Black with #987C5F

Text Example


Text Example

White with #987C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,95); }

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

background-color css

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

 a { background-color: rgb(152,124,95); }

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

border-color css

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

 span { border-color: rgb(152,124,95); }

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