#99848A

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

Shades of Venus #99848A

Tints of Venus #99848A

Color information

#99848A (or 0x99848A) is unknown color: approx Venus. HEX triplet: 99, 84 and 8A. RGB value is (153,132,138). Sum of RGB (Red+Green+Blue) = 153+132+138=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99848A is #667B75. Grayscale: #8A8A8A. Windows color (decimal): -6716278 or 9077913. OLE color: 9077913.

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

Color convert

RGB153132138-
CMYK00.140.100.4
HSL342.86º9.33%55.88%-
HSV(B)342.86º13.73%60%-
XYZ25.9825.1127.52-
YUV138.96127.46138.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=36.17%
G=31.21%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313213800.140.100.4342.869.3355.88
Hex99848A0EA28157938
Octal23120421201612505271170
Binary1001100110000100100010100111010101010001010101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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