#988061

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

Shades of Sorrell Brown #988061

Tints of Sorrell Brown #988061

Color information

#988061 (or 0x988061) is unknown color: approx Sorrell Brown. HEX triplet: 98, 80 and 61. RGB value is (152,128,97). Sum of RGB (Red+Green+Blue) = 152+128+97=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #988061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988061 is #677F9E. Grayscale: #838383. Windows color (decimal): -6782879 or 6389912. OLE color: 6389912.

HSL color Cylindrical-coordinate representation of color #988061: hue angle of 33.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988061 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB15212897-
CMYK00.160.360.40
HSL33.82º22.09%48.82%-
HSV(B)33.82º36.18%59.61%-
XYZ22.8322.9814.54-
YUV131.64108.45142.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=40.32%
G=33.95%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521289700.160.360.4033.8222.0948.82
Hex9880610102428221631
Octal2302001410204450422661
Binary1001100010000000110000101000010010010100010001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988061; }

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

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

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

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

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

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

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

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