#99868A

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

Shades of Venus #99868A

Tints of Venus #99868A

Color information

#99868A (or 0x99868A) is unknown color: approx Venus. HEX triplet: 99, 86 and 8A. RGB value is (153,134,138). Sum of RGB (Red+Green+Blue) = 153+134+138=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #99868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99868A is #667975. Grayscale: #8C8C8C. Windows color (decimal): -6715766 or 9078425. OLE color: 9078425.

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

Color convert

RGB153134138-
CMYK00.120.100.4
HSL347.37º8.52%56.27%-
HSV(B)347.37º12.42%60%-
XYZ26.2525.6627.61-
YUV140.14126.79137.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=36%
G=31.53%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313413800.120.100.4347.378.5256.27
Hex99868A0CA2815b938
Octal23120621201412505331170
Binary1001100110000110100010100110010101010001010110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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