Html Css Color HEX #968083 Venus

📋 copy color: '#968083'

red 150 ◦ green 128 ◦ blue 131

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

Shades of Venus #968083

Tints of Venus #968083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 36.67%
G = 31.3%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#968083 (or 0x968083) is known color: Venus. HEX triplet: 96, 80 and 83. RGB value is (150,128,131). Sum of RGB (Red+Green+Blue) = 150+128+131=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #968083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968083 is #697F7C. Grayscale: #868686. Windows color (decimal): -6913917 or 8618134. OLE color: 8618134.

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

Color convert

RGB 150 128 131 -
CMYK 0 0.15 0.13 0.41
HSL 351.82º 0.09% 0.55% -
HSV(B) 351.82º 0.15% 0.59% -
XYZ 24.39 23.56 24.73 -
YUV 134.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 150 128 131 0 0.15 0.13 0.41 351.82 0.09 0.55
Hex 96 80 83 0 F D 29 160 9 37
Octal 226 200 203 0 17 15 51 540 11 67
Binary 10010110 10000000 10000011 0 1111 1101 101001 101100000 1001 110111

Color Harmonies of #968083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968083

Black with #968083

Text Example


Text Example

White with #968083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968083; }

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

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

background-color css

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

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

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

border-color css

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

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

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