Html Css Color HEX #968389 Venus

📋 copy color: '#968389'

red 150 ◦ green 131 ◦ blue 137

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

Shades of Venus #968389

Tints of Venus #968389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 35.89%
G = 31.34%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#968389 (or 0x968389) is known color: Venus. HEX triplet: 96, 83 and 89. RGB value is (150,131,137). Sum of RGB (Red+Green+Blue) = 150+131+137=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968389 is #697C76. Grayscale: #898989. Windows color (decimal): -6913143 or 9012118. OLE color: 9012118.

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

Color convert

RGB 150 131 137 -
CMYK 0 0.13 0.09 0.41
HSL 341.05º 0.08% 0.55% -
HSV(B) 341.05º 0.13% 0.59% -
XYZ 25.21 24.52 27.07 -
YUV 137.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 150 131 137 0 0.13 0.09 0.41 341.05 0.08 0.55
Hex 96 83 89 0 D 9 29 155 8 37
Octal 226 203 211 0 15 11 51 525 10 67
Binary 10010110 10000011 10001001 0 1101 1001 101001 101010101 1000 110111

Color Harmonies of #968389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968389

Black with #968389

Text Example


Text Example

White with #968389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968389; }

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

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

background-color css

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

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

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

border-color css

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

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

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