Html Css Color HEX #99828B Venus

📋 copy color: '#99828B'

red 153 ◦ green 130 ◦ blue 139

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

Shades of Venus #99828B

Tints of Venus #99828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 36.26%
G = 30.81%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99828B (or 0x99828B) is known color: Venus. HEX triplet: 99, 82 and 8B. RGB value is (153,130,139). Sum of RGB (Red+Green+Blue) = 153+130+139=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99828B is #667D74. Grayscale: #898989. Windows color (decimal): -6716789 or 9142937. OLE color: 9142937.

HSL color Cylindrical-coordinate representation of color #99828B: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99828B is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 139 -
CMYK 0 0.15 0.09 0.4
HSL 336.52º 0.1% 0.55% -
HSV(B) 336.52º 0.15% 0.6% -
XYZ 25.78 24.6 27.82 -
YUV 137.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 153 130 139 0 0.15 0.09 0.4 336.52 0.1 0.55
Hex 99 82 8B 0 F 9 28 151 A 37
Octal 231 202 213 0 17 11 50 521 12 67
Binary 10011001 10000010 10001011 0 1111 1001 101000 101010001 1010 110111

Color Harmonies of #99828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99828B

Black with #99828B

Text Example


Text Example

White with #99828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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