#99858D

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

Shades of Venus #99858D

Tints of Venus #99858D

Color information

#99858D (or 0x99858D) is unknown color: approx Venus. HEX triplet: 99, 85 and 8D. RGB value is (153,133,141). Sum of RGB (Red+Green+Blue) = 153+133+141=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99858D is #667A72. Grayscale: #8B8B8B. Windows color (decimal): -6716019 or 9274777. OLE color: 9274777.

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

Color convert

RGB153133141-
CMYK00.130.080.4
HSL336º8.93%56.08%-
HSV(B)336º13.07%60%-
XYZ26.3325.4728.73-
YUV139.89128.63137.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=35.83%
G=31.15%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313314100.130.080.43368.9356.08
Hex99858D0D828150938
Octal23120521501510505201170
Binary1001100110000101100011010110110001010001010100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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