Html Css Color HEX #99848A Venus

📋 copy color: '#99848A'

red 153 ◦ green 132 ◦ blue 138

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

Shades of Venus #99848A

Tints of Venus #99848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

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

R = 36.17%
G = 31.21%
B = 32.62%

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

#99848A (or 0x99848A) is known color: Venus. HEX triplet: 99, 84 and 8A. RGB value is (153,132,138). Sum of RGB (Red+Green+Blue) = 153+132+138=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99848A is #667B75. Grayscale: #8A8A8A. Windows color (decimal): -6716278 or 9077913. OLE color: 9077913.

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

Color convert

RGB 153 132 138 -
CMYK 0 0.14 0.10 0.4
HSL 342.86º 0.09% 0.56% -
HSV(B) 342.86º 0.14% 0.6% -
XYZ 25.98 25.11 27.52 -
YUV 138.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 153 132 138 0 0.14 0.10 0.4 342.86 0.09 0.56
Hex 99 84 8A 0 E A 28 157 9 38
Octal 231 204 212 0 16 12 50 527 11 70
Binary 10011001 10000100 10001010 0 1110 1010 101000 101010111 1001 111000

Color Harmonies of #99848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99848A

Black with #99848A

Text Example


Text Example

White with #99848A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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