Html Css Color HEX #99858C Venus

📋 copy color: '#99858C'

red 153 ◦ green 133 ◦ blue 140

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

Shades of Venus #99858C

Tints of Venus #99858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 35.92%
G = 31.22%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99858C (or 0x99858C) is known color: Venus. HEX triplet: 99, 85 and 8C. RGB value is (153,133,140). Sum of RGB (Red+Green+Blue) = 153+133+140=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #99858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99858C is #667A73. Grayscale: #8B8B8B. Windows color (decimal): -6716020 or 9209241. OLE color: 9209241.

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

Color convert

RGB 153 133 140 -
CMYK 0 0.13 0.08 0.4
HSL 339º 0.09% 0.56% -
HSV(B) 339º 0.13% 0.6% -
XYZ 26.26 25.44 28.34 -
YUV 139.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 153 133 140 0 0.13 0.08 0.4 339 0.09 0.56
Hex 99 85 8C 0 D 8 28 153 9 38
Octal 231 205 214 0 15 10 50 523 11 70
Binary 10011001 10000101 10001100 0 1101 1000 101000 101010011 1001 111000

Color Harmonies of #99858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99858C

Black with #99858C

Text Example


Text Example

White with #99858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99858C; }

 p { color: rgb(153,133,140); }

 H1.HeaderClassName
 {
   color: #99858C;
 }
 .AnyTagClassName
 {
   color: #99858C;
 }
</style>

background-color css

<style>
 a { background-color: #99858C; }

 a { background-color: rgb(153,133,140); }

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

border-color css

<style>
 span { border-color: #99858C; }

 span { border-color: rgb(153,133,140); }

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