#998163

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

Shades of Sorrell Brown #998163

Tints of Sorrell Brown #998163

Color information

#998163 (or 0x998163) is unknown color: approx Sorrell Brown. HEX triplet: 99, 81 and 63. RGB value is (153,129,99). Sum of RGB (Red+Green+Blue) = 153+129+99=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #998163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998163 is #667E9C. Grayscale: #848484. Windows color (decimal): -6717085 or 6521241. OLE color: 6521241.

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

Color convert

RGB15312999-
CMYK00.160.350.4
HSL33.33º21.43%49.41%-
HSV(B)33.33º35.29%60%-
XYZ23.2423.3715.09-
YUV132.76108.95142.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 99 (39.06% from 255) = 25.98%
R=40.16%
G=33.86%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531299900.160.350.433.3321.4349.41
Hex9981630102328211531
Octal2312011430204350412561
Binary1001100110000001110001101000010001110100010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998163; }

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

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

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

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

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

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

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

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