#998060

Color #998060 Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #998060

Tints of Sorrell Brown #998060

Color information

#998060 (or 0x998060) is unknown color: approx 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

RGB15312896-
CMYK00.160.370.4
HSL33.68º22.89%48.82%-
HSV(B)33.68º37.25%60%-
XYZ22.9723.0614.31-
YUV131.83107.78143.1-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531289600.160.370.433.6822.8948.82
Hex9980600102528221731
Octal2312001400204550422761
Binary1001100110000000110000001000010010110100010001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>