Html Css Color HEX #96738B Mountbatten Pink

📋 copy color: '#96738B'

red 150 ◦ green 115 ◦ blue 139

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

Shades of Mountbatten Pink #96738B

Tints of Mountbatten Pink #96738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 37.13%
G = 28.47%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96738B (or 0x96738B) is known color: Mountbatten Pink. HEX triplet: 96, 73 and 8B. RGB value is (150,115,139). Sum of RGB (Red+Green+Blue) = 150+115+139=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96738B is #698C74. Grayscale: #808080. Windows color (decimal): -6917237 or 9139094. OLE color: 9139094.

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

Color convert

RGB 150 115 139 -
CMYK 0 0.23 0.07 0.41
HSL 318.86º 0.14% 0.52% -
HSV(B) 318.86º 0.23% 0.59% -
XYZ 23.37 20.61 27.17 -
YUV 128.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 150 115 139 0 0.23 0.07 0.41 318.86 0.14 0.52
Hex 96 73 8B 0 17 7 29 13F E 34
Octal 226 163 213 0 27 7 51 477 16 64
Binary 10010110 1110011 10001011 0 10111 111 101001 100111111 1110 110100

Color Harmonies of #96738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96738B

Black with #96738B

Text Example


Text Example

White with #96738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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