Html Css Color HEX #96738D Mountbatten Pink

📋 copy color: '#96738D'

red 150 ◦ green 115 ◦ blue 141

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

Shades of Mountbatten Pink #96738D

Tints of Mountbatten Pink #96738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.33%

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 36.95%
G = 28.33%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96738D (or 0x96738D) is known color: Mountbatten Pink. HEX triplet: 96, 73 and 8D. RGB value is (150,115,141). Sum of RGB (Red+Green+Blue) = 150+115+141=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96738D is #698C72. Grayscale: #808080. Windows color (decimal): -6917235 or 9270166. OLE color: 9270166.

HSL color Cylindrical-coordinate representation of color #96738D: hue angle of 315.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96738D is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 141 -
CMYK 0 0.23 0.06 0.41
HSL 315.43º 0.14% 0.52% -
HSV(B) 315.43º 0.23% 0.59% -
XYZ 23.52 20.67 27.95 -
YUV 128.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 150 115 141 0 0.23 0.06 0.41 315.43 0.14 0.52
Hex 96 73 8D 0 17 6 29 13B E 34
Octal 226 163 215 0 27 6 51 473 16 64
Binary 10010110 1110011 10001101 0 10111 110 101001 100111011 1110 110100

Color Harmonies of #96738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96738D

Black with #96738D

Text Example


Text Example

White with #96738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96738D; }

 p { color: rgb(150,115,141); }

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

background-color css

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

 a { background-color: rgb(150,115,141); }

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

border-color css

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

 span { border-color: rgb(150,115,141); }

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