Html Css Color HEX #948586 Venus

📋 copy color: '#948586'

red 148 ◦ green 133 ◦ blue 134

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

Shades of Venus #948586

Tints of Venus #948586

RGB

 RED value IS 148 (58.2% from 255) = 35.66%

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

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

R = 35.66%
G = 32.05%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#948586 (or 0x948586) is known color: Venus. HEX triplet: 94, 85 and 86. RGB value is (148,133,134). Sum of RGB (Red+Green+Blue) = 148+133+134=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948586 is #6B7A79. Grayscale: #898989. Windows color (decimal): -7043706 or 8816020. OLE color: 8816020.

HSL color Cylindrical-coordinate representation of color #948586: hue angle of 356º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948586 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 134 -
CMYK 0 0.10 0.09 0.42
HSL 356º 0.07% 0.55% -
HSV(B) 356º 0.1% 0.58% -
XYZ 24.9 24.79 26.03 -
YUV 137.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 148 133 134 0 0.10 0.09 0.42 356 0.07 0.55
Hex 94 85 86 0 A 9 2A 164 7 37
Octal 224 205 206 0 12 11 52 544 7 67
Binary 10010100 10000101 10000110 0 1010 1001 101010 101100100 111 110111

Color Harmonies of #948586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948586

Black with #948586

Text Example


Text Example

White with #948586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948586; }

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

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

background-color css

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

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

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

border-color css

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

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

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