Html Css Color HEX #99858A Venus

📋 copy color: '#99858A'

red 153 ◦ green 133 ◦ blue 138

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

Shades of Venus #99858A

Tints of Venus #99858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 36.08%
G = 31.37%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99858A (or 0x99858A) is known color: Venus. HEX triplet: 99, 85 and 8A. RGB value is (153,133,138). Sum of RGB (Red+Green+Blue) = 153+133+138=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #99858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99858A is #667A75. Grayscale: #8B8B8B. Windows color (decimal): -6716022 or 9078169. OLE color: 9078169.

HSL color Cylindrical-coordinate representation of color #99858A: hue angle of 345º 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 #99858A is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 138 -
CMYK 0 0.13 0.10 0.4
HSL 345º 0.09% 0.56% -
HSV(B) 345º 0.13% 0.6% -
XYZ 26.11 25.38 27.57 -
YUV 139.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 153 133 138 0 0.13 0.10 0.4 345 0.09 0.56
Hex 99 85 8A 0 D A 28 159 9 38
Octal 231 205 212 0 15 12 50 531 11 70
Binary 10011001 10000101 10001010 0 1101 1010 101000 101011001 1001 111000

Color Harmonies of #99858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99858A

Black with #99858A

Text Example


Text Example

White with #99858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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