Html Css Color HEX #99828A Venus

📋 copy color: '#99828A'

red 153 ◦ green 130 ◦ blue 138

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

Shades of Venus #99828A

Tints of Venus #99828A

RGB

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

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

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

R = 36.34%
G = 30.88%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99828A (or 0x99828A) is known color: Venus. HEX triplet: 99, 82 and 8A. RGB value is (153,130,138). Sum of RGB (Red+Green+Blue) = 153+130+138=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #99828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99828A is #667D75. Grayscale: #898989. Windows color (decimal): -6716790 or 9077401. OLE color: 9077401.

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

Color convert

RGB 153 130 138 -
CMYK 0 0.15 0.10 0.4
HSL 339.13º 0.1% 0.55% -
HSV(B) 339.13º 0.15% 0.6% -
XYZ 25.71 24.57 27.43 -
YUV 137.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 153 130 138 0 0.15 0.10 0.4 339.13 0.1 0.55
Hex 99 82 8A 0 F A 28 153 A 37
Octal 231 202 212 0 17 12 50 523 12 67
Binary 10011001 10000010 10001010 0 1111 1010 101000 101010011 1010 110111

Color Harmonies of #99828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99828A

Black with #99828A

Text Example


Text Example

White with #99828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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