Html Css Color HEX #99868B Venus

📋 copy color: '#99868B'

red 153 ◦ green 134 ◦ blue 139

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

Shades of Venus #99868B

Tints of Venus #99868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 35.92%
G = 31.46%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99868B (or 0x99868B) is known color: Venus. HEX triplet: 99, 86 and 8B. RGB value is (153,134,139). Sum of RGB (Red+Green+Blue) = 153+134+139=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #99868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99868B is #667974. Grayscale: #8C8C8C. Windows color (decimal): -6715765 or 9143961. OLE color: 9143961.

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

Color convert

RGB 153 134 139 -
CMYK 0 0.12 0.09 0.4
HSL 344.21º 0.09% 0.56% -
HSV(B) 344.21º 0.12% 0.6% -
XYZ 26.32 25.69 28 -
YUV 140.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 153 134 139 0 0.12 0.09 0.4 344.21 0.09 0.56
Hex 99 86 8B 0 C 9 28 158 9 38
Octal 231 206 213 0 14 11 50 530 11 70
Binary 10011001 10000110 10001011 0 1100 1001 101000 101011000 1001 111000

Color Harmonies of #99868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99868B

Black with #99868B

Text Example


Text Example

White with #99868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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