#99838B

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

Shades of Venus #99838B

Tints of Venus #99838B

Color information

#99838B (or 0x99838B) is unknown color: approx Venus. HEX triplet: 99, 83 and 8B. RGB value is (153,131,139). Sum of RGB (Red+Green+Blue) = 153+131+139=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99838B is #667C74. Grayscale: #8A8A8A. Windows color (decimal): -6716533 or 9143193. OLE color: 9143193.

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

Color convert

RGB153131139-
CMYK00.140.090.4
HSL338.18º9.73%55.69%-
HSV(B)338.18º14.38%60%-
XYZ25.9124.8727.86-
YUV138.49128.29138.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=36.17%
G=30.97%
B=32.86%

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
Decimal15313113900.140.090.4338.189.7355.69
Hex99838B0E928152a38
Octal23120321301611505221270
Binary1001100110000011100010110111010011010001010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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