Html Css Color HEX #987D61 Sorrell Brown

📋 copy color: '#987D61'

red 152 ◦ green 125 ◦ blue 97

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

Shades of Sorrell Brown #987D61

Tints of Sorrell Brown #987D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.42%

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 40.64%
G = 33.42%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#987D61 (or 0x987D61) is known color: Sorrell Brown. HEX triplet: 98, 7D and 61. RGB value is (152,125,97). Sum of RGB (Red+Green+Blue) = 152+125+97=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #987D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D61 is #67829E. Grayscale: #828282. Windows color (decimal): -6783647 or 6389144. OLE color: 6389144.

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

Color convert

RGB 152 125 97 -
CMYK 0 0.18 0.36 0.40
HSL 30.55º 0.22% 0.49% -
HSV(B) 30.55º 0.36% 0.6% -
XYZ 22.44 22.21 14.41 -
YUV 129.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 152 125 97 0 0.18 0.36 0.40 30.55 0.22 0.49
Hex 98 7D 61 0 12 24 28 1F 16 31
Octal 230 175 141 0 22 44 50 37 26 61
Binary 10011000 1111101 1100001 0 10010 100100 101000 11111 10110 110001

Color Harmonies of #987D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D61

Black with #987D61

Text Example


Text Example

White with #987D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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