Html Css Color HEX #96808A Mountbatten Pink

📋 copy color: '#96808A'

red 150 ◦ green 128 ◦ blue 138

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

Shades of Mountbatten Pink #96808A

Tints of Mountbatten Pink #96808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 36.06%
G = 30.77%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96808A (or 0x96808A) is known color: Mountbatten Pink. HEX triplet: 96, 80 and 8A. RGB value is (150,128,138). Sum of RGB (Red+Green+Blue) = 150+128+138=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #96808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96808A is #697F75. Grayscale: #878787. Windows color (decimal): -6913910 or 9076886. OLE color: 9076886.

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

Color convert

RGB 150 128 138 -
CMYK 0 0.15 0.08 0.41
HSL 332.73º 0.09% 0.55% -
HSV(B) 332.73º 0.15% 0.59% -
XYZ 24.88 23.76 27.32 -
YUV 135.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 150 128 138 0 0.15 0.08 0.41 332.73 0.09 0.55
Hex 96 80 8A 0 F 8 29 14D 9 37
Octal 226 200 212 0 17 10 51 515 11 67
Binary 10010110 10000000 10001010 0 1111 1000 101001 101001101 1001 110111

Color Harmonies of #96808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96808A

Black with #96808A

Text Example


Text Example

White with #96808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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