#98863a

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

Shades of Highball #98863A

Tints of Highball #98863A

Color information

#98863A (or 0x98863A) is unknown color: approx Highball. HEX triplet: 98, 86 and 3A. RGB value is (152,134,58). Sum of RGB (Red+Green+Blue) = 152+134+58=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98863A is #6779C5. Grayscale: #838383. Windows color (decimal): -6781382 or 3835544. OLE color: 3835544.

HSL color Cylindrical-coordinate representation of color #98863A: hue angle of 48.51º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98863A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB15213458-
CMYK00.120.620.40
HSL48.51º44.76%41.18%-
HSV(B)48.51º61.84%59.61%-
XYZ22.2424.037.47-
YUV130.7286.96143.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 58 (23.05% from 255) = 16.86%
R=44.19%
G=38.95%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521345800.120.620.4048.5144.7641.18
Hex98863A0C3E28312d29
Octal230206720147650615551
Binary100110001000011011101001100111110101000110001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98863a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98863a; }

 p { color: rgb(152,134,58); }

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

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

 a { background-color: rgb(152,134,58); }

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

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

 span { border-color: rgb(152,134,58); }

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