#988260

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

Shades of Sorrell Brown #988260

Tints of Sorrell Brown #988260

Color information

#988260 (or 0x988260) is unknown color: approx Sorrell Brown. HEX triplet: 98, 82 and 60. RGB value is (152,130,96). Sum of RGB (Red+Green+Blue) = 152+130+96=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #988260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988260 is #677D9F. Grayscale: #848484. Windows color (decimal): -6782368 or 6324888. OLE color: 6324888.

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

Color convert

RGB15213096-
CMYK00.140.370.40
HSL36.43º22.58%48.63%-
HSV(B)36.43º36.84%59.61%-
XYZ23.0423.4914.38-
YUV132.7107.29141.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=40.21%
G=34.39%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521309600.140.370.4036.4322.5848.63
Hex9882600E2528241731
Octal2302021400164550442761
Binary100110001000001011000000111010010110100010010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988260; }

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

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

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

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

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

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

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

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