Html Css Color HEX #96738A Mountbatten Pink

📋 copy color: '#96738A'

red 150 ◦ green 115 ◦ blue 138

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

Shades of Mountbatten Pink #96738A

Tints of Mountbatten Pink #96738A

RGB

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

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

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

R = 37.22%
G = 28.54%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96738A (or 0x96738A) is known color: Mountbatten Pink. HEX triplet: 96, 73 and 8A. RGB value is (150,115,138). Sum of RGB (Red+Green+Blue) = 150+115+138=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #96738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96738A is #698C75. Grayscale: #808080. Windows color (decimal): -6917238 or 9073558. OLE color: 9073558.

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

Color convert

RGB 150 115 138 -
CMYK 0 0.23 0.08 0.41
HSL 320.57º 0.14% 0.52% -
HSV(B) 320.57º 0.23% 0.59% -
XYZ 23.3 20.58 26.79 -
YUV 128.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 150 115 138 0 0.23 0.08 0.41 320.57 0.14 0.52
Hex 96 73 8A 0 17 8 29 141 E 34
Octal 226 163 212 0 27 10 51 501 16 64
Binary 10010110 1110011 10001010 0 10111 1000 101001 101000001 1110 110100

Color Harmonies of #96738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96738A

Black with #96738A

Text Example


Text Example

White with #96738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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