#998688

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

Shades of Venus #998688

Tints of Venus #998688

Color information

#998688 (or 0x998688) is unknown color: approx Venus. HEX triplet: 99, 86 and 88. RGB value is (153,134,136). Sum of RGB (Red+Green+Blue) = 153+134+136=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #998688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998688 is #667977. Grayscale: #8B8B8B. Windows color (decimal): -6715768 or 8947353. OLE color: 8947353.

HSL color Cylindrical-coordinate representation of color #998688: hue angle of 353.68º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998688 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB153134136-
CMYK00.120.110.4
HSL353.68º8.52%56.27%-
HSV(B)353.68º12.42%60%-
XYZ26.1125.626.86-
YUV139.91125.79137.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=36.17%
G=31.68%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313413600.120.110.4353.688.5256.27
Hex9986880CB28162938
Octal23120621001413505421170
Binary1001100110000110100010000110010111010001011000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998688; }

 p { color: rgb(153,134,136); }

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

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

 a { background-color: rgb(153,134,136); }

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

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

 span { border-color: rgb(153,134,136); }

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