#99808A

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

Shades of Venus #99808A

Tints of Venus #99808A

Color information

#99808A (or 0x99808A) is unknown color: approx Venus. HEX triplet: 99, 80 and 8A. RGB value is (153,128,138). Sum of RGB (Red+Green+Blue) = 153+128+138=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #99808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99808A is #667F75. Grayscale: #888888. Windows color (decimal): -6717302 or 9076889. OLE color: 9076889.

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

Color convert

RGB153128138-
CMYK00.160.100.4
HSL336º10.92%55.1%-
HSV(B)336º16.34%60%-
XYZ25.4424.0527.35-
YUV136.62128.78139.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=36.52%
G=30.55%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312813800.160.100.433610.9255.1
Hex99808A010A28150b37
Octal23120021202012505201367
Binary10011001100000001000101001000010101010001010100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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