Html Css Color HEX #908186 Venus

📋 copy color: '#908186'

red 144 ◦ green 129 ◦ blue 134

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

Shades of Venus #908186

Tints of Venus #908186

RGB

 RED value IS 144 (56.64% from 255) = 35.38%

 GREEN value IS 129 (50.78% from 255) = 31.7%

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 35.38%
G = 31.7%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#908186 (or 0x908186) is known color: Venus. HEX triplet: 90, 81 and 86. RGB value is (144,129,134). Sum of RGB (Red+Green+Blue) = 144+129+134=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908186 is #6F7E79. Grayscale: #868686. Windows color (decimal): -7306874 or 8814992. OLE color: 8814992.

HSL color Cylindrical-coordinate representation of color #908186: hue angle of 340º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908186 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 134 -
CMYK 0 0.10 0.07 0.44
HSL 340º 0.06% 0.54% -
HSV(B) 340º 0.1% 0.56% -
XYZ 23.65 23.35 25.81 -
YUV 134.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 144 129 134 0 0.10 0.07 0.44 340 0.06 0.54
Hex 90 81 86 0 A 7 2C 154 6 36
Octal 220 201 206 0 12 7 54 524 6 66
Binary 10010000 10000001 10000110 0 1010 111 101100 101010100 110 110110

Color Harmonies of #908186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908186

Black with #908186

Text Example


Text Example

White with #908186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908186; }

 p { color: rgb(144,129,134); }

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

background-color css

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

 a { background-color: rgb(144,129,134); }

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

border-color css

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

 span { border-color: rgb(144,129,134); }

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