Html Css Color HEX #968689 Venus

📋 copy color: '#968689'

red 150 ◦ green 134 ◦ blue 137

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

Shades of Venus #968689

Tints of Venus #968689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.83%

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 35.63%
G = 31.83%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#968689 (or 0x968689) is known color: Venus. HEX triplet: 96, 86 and 89. RGB value is (150,134,137). Sum of RGB (Red+Green+Blue) = 150+134+137=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968689 is #697976. Grayscale: #8B8B8B. Windows color (decimal): -6912375 or 9012886. OLE color: 9012886.

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

Color convert

RGB 150 134 137 -
CMYK 0 0.11 0.09 0.41
HSL 348.75º 0.07% 0.56% -
HSV(B) 348.75º 0.11% 0.59% -
XYZ 25.62 25.34 27.21 -
YUV 139.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 150 134 137 0 0.11 0.09 0.41 348.75 0.07 0.56
Hex 96 86 89 0 B 9 29 15D 7 38
Octal 226 206 211 0 13 11 51 535 7 70
Binary 10010110 10000110 10001001 0 1011 1001 101001 101011101 111 111000

Color Harmonies of #968689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968689

Black with #968689

Text Example


Text Example

White with #968689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968689; }

 p { color: rgb(150,134,137); }

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

background-color css

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

 a { background-color: rgb(150,134,137); }

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

border-color css

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

 span { border-color: rgb(150,134,137); }

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