Html Css Color HEX #928586 Venus

📋 copy color: '#928586'

red 146 ◦ green 133 ◦ blue 134

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

Shades of Venus #928586

Tints of Venus #928586

RGB

 RED value IS 146 (57.42% from 255) = 35.35%

 GREEN value IS 133 (52.34% from 255) = 32.2%

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

R = 35.35%
G = 32.2%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#928586 (or 0x928586) is known color: Venus. HEX triplet: 92, 85 and 86. RGB value is (146,133,134). Sum of RGB (Red+Green+Blue) = 146+133+134=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 146 - color contains mainly: red. Hex color #928586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928586 is #6D7A79. Grayscale: #898989. Windows color (decimal): -7174778 or 8816018. OLE color: 8816018.

HSL color Cylindrical-coordinate representation of color #928586: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #928586 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 133 134 -
CMYK 0 0.09 0.08 0.43
HSL 355.38º 0.06% 0.55% -
HSV(B) 355.38º 0.09% 0.57% -
XYZ 24.54 24.61 26.01 -
YUV 137 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 146 133 134 0 0.09 0.08 0.43 355.38 0.06 0.55
Hex 92 85 86 0 9 8 2B 163 6 37
Octal 222 205 206 0 11 10 53 543 6 67
Binary 10010010 10000101 10000110 0 1001 1000 101011 101100011 110 110111

Color Harmonies of #928586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928586

Black with #928586

Text Example


Text Example

White with #928586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928586; }

 p { color: rgb(146,133,134); }

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

background-color css

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

 a { background-color: rgb(146,133,134); }

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

border-color css

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

 span { border-color: rgb(146,133,134); }

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