#99868D

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

Shades of Venus #99868D

Tints of Venus #99868D

Color information

#99868D (or 0x99868D) is unknown color: approx Venus. HEX triplet: 99, 86 and 8D. RGB value is (153,134,141). Sum of RGB (Red+Green+Blue) = 153+134+141=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #99868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99868D is #667972. Grayscale: #8C8C8C. Windows color (decimal): -6715763 or 9275033. OLE color: 9275033.

HSL color Cylindrical-coordinate representation of color #99868D: hue angle of 337.89º 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 #99868D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153134141-
CMYK00.120.080.4
HSL337.89º8.52%56.27%-
HSV(B)337.89º12.42%60%-
XYZ26.4725.7528.77-
YUV140.48128.29136.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=35.75%
G=31.31%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313414100.120.080.4337.898.5256.27
Hex99868D0C828152938
Octal23120621501410505221170
Binary1001100110000110100011010110010001010001010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99868D; }

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

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

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

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

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

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

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

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