#988563

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

Shades of Sorrell Brown #988563

Tints of Sorrell Brown #988563

Color information

#988563 (or 0x988563) is unknown color: approx Sorrell Brown. HEX triplet: 98, 85 and 63. RGB value is (152,133,99). Sum of RGB (Red+Green+Blue) = 152+133+99=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #988563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988563 is #677A9C. Grayscale: #868686. Windows color (decimal): -6781597 or 6522264. OLE color: 6522264.

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

Color convert

RGB15213399-
CMYK00.130.350.40
HSL38.49º21.12%49.22%-
HSV(B)38.49º34.87%59.61%-
XYZ23.5924.3515.26-
YUV134.8107.79140.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=39.58%
G=34.64%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521339900.130.350.4038.4921.1249.22
Hex9885630D2328261531
Octal2302051430154350462561
Binary100110001000010111000110110110001110100010011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988563; }

 p { color: rgb(152,133,99); }

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

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

 a { background-color: rgb(152,133,99); }

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

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

 span { border-color: rgb(152,133,99); }

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