Html Css Color HEX #968485 Venus

📋 copy color: '#968485'

red 150 ◦ green 132 ◦ blue 133

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

Shades of Venus #968485

Tints of Venus #968485

RGB

 RED value IS 150 (58.98% from 255) = 36.14%

 GREEN value IS 132 (51.95% from 255) = 31.81%

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

R = 36.14%
G = 31.81%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#968485 (or 0x968485) is known color: Venus. HEX triplet: 96, 84 and 85. RGB value is (150,132,133). Sum of RGB (Red+Green+Blue) = 150+132+133=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968485 is #697B7A. Grayscale: #898989. Windows color (decimal): -6912891 or 8750230. OLE color: 8750230.

HSL color Cylindrical-coordinate representation of color #968485: hue angle of 356.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #968485 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 133 -
CMYK 0 0.12 0.11 0.41
HSL 356.67º 0.08% 0.55% -
HSV(B) 356.67º 0.12% 0.59% -
XYZ 25.06 24.68 25.63 -
YUV 137.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 150 132 133 0 0.12 0.11 0.41 356.67 0.08 0.55
Hex 96 84 85 0 C B 29 165 8 37
Octal 226 204 205 0 14 13 51 545 10 67
Binary 10010110 10000100 10000101 0 1100 1011 101001 101100101 1000 110111

Color Harmonies of #968485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968485

Black with #968485

Text Example


Text Example

White with #968485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968485; }

 p { color: rgb(150,132,133); }

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

background-color css

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

 a { background-color: rgb(150,132,133); }

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

border-color css

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

 span { border-color: rgb(150,132,133); }

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