Html Css Color HEX #99868D Venus

📋 copy color: '#99868D'

red 153 ◦ green 134 ◦ blue 141

#99868D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #99868D

Tints of Venus #99868D

RGB

 RED value IS 153 (60.16% from 255) = 35.75%

 GREEN value IS 134 (52.73% from 255) = 31.31%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 35.75%
G = 31.31%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99868D (or 0x99868D) is known color: Venus. HEX triplet: 99, 86 and 8D. RGB value is (153,134,141). Sum of RGB (Red+Green+Blue) = 153+134+141=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #99868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99868D is #667972. Grayscale: #8C8C8C. Windows color (decimal): -6715763 or 9275033. OLE color: 9275033.

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

Color convert

RGB 153 134 141 -
CMYK 0 0.12 0.08 0.4
HSL 337.89º 0.09% 0.56% -
HSV(B) 337.89º 0.12% 0.6% -
XYZ 26.47 25.75 28.77 -
YUV 140.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 153 134 141 0 0.12 0.08 0.4 337.89 0.09 0.56
Hex 99 86 8D 0 C 8 28 152 9 38
Octal 231 206 215 0 14 10 50 522 11 70
Binary 10011001 10000110 10001101 0 1100 1000 101000 101010010 1001 111000

Color Harmonies of #99868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99868D

Black with #99868D

Text Example


Text Example

White with #99868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99868D; }

 p { color: rgb(153,134,141); }

 H1.HeaderClassName
 {
   color: #99868D;
 }
 .AnyTagClassName
 {
   color: #99868D;
 }
</style>

background-color css

<style>
 a { background-color: #99868D; }

 a { background-color: rgb(153,134,141); }

 div.DivClassName
 {
   background-color: #99868D;
 }
 .BgClassName
 {
   background-color: #99868D;
 }
</style>

border-color css

<style>
 span { border-color: #99868D; }

 span { border-color: rgb(153,134,141); }

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