#998289

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

Shades of Venus #998289

Tints of Venus #998289

Color information

#998289 (or 0x998289) is unknown color: approx Venus. HEX triplet: 99, 82 and 89. RGB value is (153,130,137). Sum of RGB (Red+Green+Blue) = 153+130+137=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #998289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998289 is #667D76. Grayscale: #898989. Windows color (decimal): -6716791 or 9011865. OLE color: 9011865.

HSL color Cylindrical-coordinate representation of color #998289: hue angle of 341.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998289 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153130137-
CMYK00.150.100.4
HSL341.74º10.13%55.49%-
HSV(B)341.74º15.03%60%-
XYZ25.6324.5427.05-
YUV137.68127.62138.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=36.43%
G=30.95%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313013700.150.100.4341.7410.1355.49
Hex9982890FA28156a37
Octal23120221101712505261267
Binary1001100110000010100010010111110101010001010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998289; }

 p { color: rgb(153,130,137); }

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

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

 a { background-color: rgb(153,130,137); }

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

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

 span { border-color: rgb(153,130,137); }

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