#99848B

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

Shades of Venus #99848B

Tints of Venus #99848B

Color information

#99848B (or 0x99848B) is unknown color: approx Venus. HEX triplet: 99, 84 and 8B. RGB value is (153,132,139). Sum of RGB (Red+Green+Blue) = 153+132+139=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #99848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99848B is #667B74. Grayscale: #8B8B8B. Windows color (decimal): -6716277 or 9143449. OLE color: 9143449.

HSL color Cylindrical-coordinate representation of color #99848B: hue angle of 340º 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 #99848B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153132139-
CMYK00.140.090.4
HSL340º9.33%55.88%-
HSV(B)340º13.73%60%-
XYZ26.0525.1427.91-
YUV139.08127.96137.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=36.08%
G=31.13%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313213900.140.090.43409.3355.88
Hex99848B0E928154938
Octal23120421301611505241170
Binary1001100110000100100010110111010011010001010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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