Html Css Color HEX #968091 Mountbatten Pink

📋 copy color: '#968091'

red 150 ◦ green 128 ◦ blue 145

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

Shades of Mountbatten Pink #968091

Tints of Mountbatten Pink #968091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 35.46%
G = 30.26%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968091 (or 0x968091) is known color: Mountbatten Pink. HEX triplet: 96, 80 and 91. RGB value is (150,128,145). Sum of RGB (Red+Green+Blue) = 150+128+145=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968091 is #697F6E. Grayscale: #888888. Windows color (decimal): -6913903 or 9535638. OLE color: 9535638.

HSL color Cylindrical-coordinate representation of color #968091: hue angle of 313.64º 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 #968091 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 145 -
CMYK 0 0.15 0.03 0.41
HSL 313.64º 0.09% 0.55% -
HSV(B) 313.64º 0.15% 0.59% -
XYZ 25.41 23.97 30.07 -
YUV 136.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 150 128 145 0 0.15 0.03 0.41 313.64 0.09 0.55
Hex 96 80 91 0 F 3 29 13A 9 37
Octal 226 200 221 0 17 3 51 472 11 67
Binary 10010110 10000000 10010001 0 1111 11 101001 100111010 1001 110111

Color Harmonies of #968091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968091

Black with #968091

Text Example


Text Example

White with #968091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968091; }

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

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

background-color css

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

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

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

border-color css

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

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

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