Html Css Color HEX #987A61 Sorrell Brown

📋 copy color: '#987A61'

red 152 ◦ green 122 ◦ blue 97

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

Shades of Sorrell Brown #987A61

Tints of Sorrell Brown #987A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 40.97%
G = 32.88%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#987A61 (or 0x987A61) is known color: Sorrell Brown. HEX triplet: 98, 7A and 61. RGB value is (152,122,97). Sum of RGB (Red+Green+Blue) = 152+122+97=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A61 is #67859E. Grayscale: #808080. Windows color (decimal): -6784415 or 6388376. OLE color: 6388376.

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

Color convert

RGB 152 122 97 -
CMYK 0 0.20 0.36 0.40
HSL 27.27º 0.22% 0.49% -
HSV(B) 27.27º 0.36% 0.6% -
XYZ 22.07 21.46 14.29 -
YUV 128.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 152 122 97 0 0.20 0.36 0.40 27.27 0.22 0.49
Hex 98 7A 61 0 14 24 28 1B 16 31
Octal 230 172 141 0 24 44 50 33 26 61
Binary 10011000 1111010 1100001 0 10100 100100 101000 11011 10110 110001

Color Harmonies of #987A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A61

Black with #987A61

Text Example


Text Example

White with #987A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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