#98884B

Color #98884B Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #98884B

Tints of Highball #98884B

Color information

#98884B (or 0x98884B) is unknown color: approx Highball. HEX triplet: 98, 88 and 4B. RGB value is (152,136,75). Sum of RGB (Red+Green+Blue) = 152+136+75=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98884B is #6777B4. Grayscale: #868686. Windows color (decimal): -6780853 or 4950168. OLE color: 4950168.

HSL color Cylindrical-coordinate representation of color #98884B: hue angle of 47.53º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98884B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB15213675-
CMYK00.110.510.40
HSL47.53º33.92%44.51%-
HSV(B)47.53º50.66%59.61%-
XYZ23.0224.7910.23-
YUV133.8394.8140.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=41.87%
G=37.47%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521367500.110.510.4047.5333.9244.51
Hex98884B0B332830222d
Octal2302101130136350604255
Binary1001100010001000100101101011110011101000110000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98884B; }

 p { color: rgb(152,136,75); }

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

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

 a { background-color: rgb(152,136,75); }

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

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

 span { border-color: rgb(152,136,75); }

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