#988163

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

Shades of Sorrell Brown #988163

Tints of Sorrell Brown #988163

Color information

#988163 (or 0x988163) is unknown color: approx Sorrell Brown. HEX triplet: 98, 81 and 63. RGB value is (152,129,99). Sum of RGB (Red+Green+Blue) = 152+129+99=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #988163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988163 is #677E9C. Grayscale: #848484. Windows color (decimal): -6782621 or 6521240. OLE color: 6521240.

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

Color convert

RGB15212999-
CMYK00.150.350.40
HSL33.96º21.12%49.22%-
HSV(B)33.96º34.87%59.61%-
XYZ23.0523.2815.08-
YUV132.46109.12141.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=40%
G=33.95%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521299900.150.350.4033.9621.1249.22
Hex9881630F2328221531
Octal2302011430174350422561
Binary100110001000000111000110111110001110100010001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988163; }

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

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

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

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

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

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

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

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