#998061

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

Shades of Sorrell Brown #998061

Tints of Sorrell Brown #998061

Color information

#998061 (or 0x998061) is unknown color: approx Sorrell Brown. HEX triplet: 99, 80 and 61. RGB value is (153,128,97). Sum of RGB (Red+Green+Blue) = 153+128+97=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #998061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998061 is #667F9E. Grayscale: #848484. Windows color (decimal): -6717343 or 6389913. OLE color: 6389913.

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

Color convert

RGB15312897-
CMYK00.160.370.4
HSL33.21º22.4%49.02%-
HSV(B)33.21º36.6%60%-
XYZ23.0123.0714.55-
YUV131.94108.28143.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=40.48%
G=33.86%
B=25.66%

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
Decimal1531289700.160.370.433.2122.449.02
Hex9980610102528211631
Octal2312001410204550412661
Binary1001100110000000110000101000010010110100010000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998061; }

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

 H1.HeaderClassName
 {
   color: #998061;
 }
 .AnyTagClassName
 {
   color: #998061;
 }
</style>
background-color css

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

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

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

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

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

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