#99828B

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

Shades of Venus #99828B

Tints of Venus #99828B

Color information

#99828B (or 0x99828B) is unknown color: approx Venus. HEX triplet: 99, 82 and 8B. RGB value is (153,130,139). Sum of RGB (Red+Green+Blue) = 153+130+139=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99828B is #667D74. Grayscale: #898989. Windows color (decimal): -6716789 or 9142937. OLE color: 9142937.

HSL color Cylindrical-coordinate representation of color #99828B: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99828B is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153130139-
CMYK00.150.090.4
HSL336.52º10.13%55.49%-
HSV(B)336.52º15.03%60%-
XYZ25.7824.627.82-
YUV137.9128.62138.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=36.26%
G=30.81%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313013900.150.090.4336.5210.1355.49
Hex99828B0F928151a37
Octal23120221301711505211267
Binary1001100110000010100010110111110011010001010100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99828B; }

 p { color: rgb(153,130,139); }

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

<style>
 a { background-color: #99828B; }

 a { background-color: rgb(153,130,139); }

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

<style>
 span { border-color: #99828B; }

 span { border-color: rgb(153,130,139); }

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