Html Css Color HEX #99838A Venus

📋 copy color: '#99838A'

red 153 ◦ green 131 ◦ blue 138

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

Shades of Venus #99838A

Tints of Venus #99838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

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

R = 36.26%
G = 31.04%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99838A (or 0x99838A) is known color: Venus. HEX triplet: 99, 83 and 8A. RGB value is (153,131,138). Sum of RGB (Red+Green+Blue) = 153+131+138=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99838A is #667C75. Grayscale: #8A8A8A. Windows color (decimal): -6716534 or 9077657. OLE color: 9077657.

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

Color convert

RGB 153 131 138 -
CMYK 0 0.14 0.10 0.4
HSL 340.91º 0.1% 0.56% -
HSV(B) 340.91º 0.14% 0.6% -
XYZ 25.84 24.84 27.48 -
YUV 138.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 153 131 138 0 0.14 0.10 0.4 340.91 0.1 0.56
Hex 99 83 8A 0 E A 28 155 A 38
Octal 231 203 212 0 16 12 50 525 12 70
Binary 10011001 10000011 10001010 0 1110 1010 101000 101010101 1010 111000

Color Harmonies of #99838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99838A

Black with #99838A

Text Example


Text Example

White with #99838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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