Html Css Color HEX #988060 Sorrell Brown

📋 copy color: '#988060'

red 152 ◦ green 128 ◦ blue 96

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

Shades of Sorrell Brown #988060

Tints of Sorrell Brown #988060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

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

R = 40.43%
G = 34.04%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#988060 (or 0x988060) is known color: Sorrell Brown. HEX triplet: 98, 80 and 60. RGB value is (152,128,96). Sum of RGB (Red+Green+Blue) = 152+128+96=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988060 is #677F9F. Grayscale: #838383. Windows color (decimal): -6782880 or 6324376. OLE color: 6324376.

HSL color Cylindrical-coordinate representation of color #988060: hue angle of 34.29º 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 #988060 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 96 -
CMYK 0 0.16 0.37 0.40
HSL 34.29º 0.23% 0.49% -
HSV(B) 34.29º 0.37% 0.6% -
XYZ 22.78 22.96 14.3 -
YUV 131.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 152 128 96 0 0.16 0.37 0.40 34.29 0.23 0.49
Hex 98 80 60 0 10 25 28 22 17 31
Octal 230 200 140 0 20 45 50 42 27 61
Binary 10011000 10000000 1100000 0 10000 100101 101000 100010 10111 110001

Color Harmonies of #988060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988060

Black with #988060

Text Example


Text Example

White with #988060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988060; }

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

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

background-color css

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

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

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

border-color css

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

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

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