Html Css Color HEX #987D64 Sorrell Brown

📋 copy color: '#987D64'

red 152 ◦ green 125 ◦ blue 100

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

Shades of Sorrell Brown #987D64

Tints of Sorrell Brown #987D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 40.32%
G = 33.16%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#987D64 (or 0x987D64) is known color: Sorrell Brown. HEX triplet: 98, 7D and 64. RGB value is (152,125,100). Sum of RGB (Red+Green+Blue) = 152+125+100=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #987D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D64 is #67829B. Grayscale: #828282. Windows color (decimal): -6783644 or 6585752. OLE color: 6585752.

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

Color convert

RGB 152 125 100 -
CMYK 0 0.18 0.34 0.40
HSL 28.85º 0.21% 0.49% -
HSV(B) 28.85º 0.34% 0.6% -
XYZ 22.58 22.26 15.16 -
YUV 130.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 152 125 100 0 0.18 0.34 0.40 28.85 0.21 0.49
Hex 98 7D 64 0 12 22 28 1D 15 31
Octal 230 175 144 0 22 42 50 35 25 61
Binary 10011000 1111101 1100100 0 10010 100010 101000 11101 10101 110001

Color Harmonies of #987D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D64

Black with #987D64

Text Example


Text Example

White with #987D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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