#99888A

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

Shades of Venus #99888A

Tints of Venus #99888A

Color information

#99888A (or 0x99888A) is unknown color: approx Venus. HEX triplet: 99, 88 and 8A. RGB value is (153,136,138). Sum of RGB (Red+Green+Blue) = 153+136+138=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99888A is #667775. Grayscale: #8D8D8D. Windows color (decimal): -6715254 or 9078937. OLE color: 9078937.

HSL color Cylindrical-coordinate representation of color #99888A: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99888A is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153136138-
CMYK00.110.100.4
HSL352.94º7.69%56.67%-
HSV(B)352.94º11.11%60%-
XYZ26.5326.2227.71-
YUV141.31126.13136.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=35.83%
G=31.85%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313613800.110.100.4352.947.6956.67
Hex99888A0BA28161839
Octal23121021201312505411071
Binary1001100110001000100010100101110101010001011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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