Html Css Color HEX #998060 Sorrell Brown

📋 copy color: '#998060'

red 153 ◦ green 128 ◦ blue 96

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

Shades of Sorrell Brown #998060

Tints of Sorrell Brown #998060

RGB

 RED value IS 153 (60.16% from 255) = 40.58%

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

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

R = 40.58%
G = 33.95%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#998060 (or 0x998060) is known color: Sorrell Brown. HEX triplet: 99, 80 and 60. RGB value is (153,128,96). Sum of RGB (Red+Green+Blue) = 153+128+96=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #998060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998060 is #667F9F. Grayscale: #838383. Windows color (decimal): -6717344 or 6324377. OLE color: 6324377.

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

Color convert

RGB 153 128 96 -
CMYK 0 0.16 0.37 0.4
HSL 33.68º 0.23% 0.49% -
HSV(B) 33.68º 0.37% 0.6% -
XYZ 22.97 23.06 14.31 -
YUV 131.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 153 128 96 0 0.16 0.37 0.4 33.68 0.23 0.49
Hex 99 80 60 0 10 25 28 22 17 31
Octal 231 200 140 0 20 45 50 42 27 61
Binary 10011001 10000000 1100000 0 10000 100101 101000 100010 10111 110001

Color Harmonies of #998060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998060

Black with #998060

Text Example


Text Example

White with #998060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998060; }

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

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

background-color css

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

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

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

border-color css

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

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

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