Html Css Color HEX #96999F Manatee

📋 copy color: '#96999F'

red 150 ◦ green 153 ◦ blue 159

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

Shades of Manatee #96999F

Tints of Manatee #96999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

 BLUE value IS 159 (62.5% from 255) = 34.42%

R = 32.47%
G = 33.12%
B = 34.42%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96999F (or 0x96999F) is known color: Manatee. HEX triplet: 96, 99 and 9F. RGB value is (150,153,159). Sum of RGB (Red+Green+Blue) = 150+153+159=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 159 - color contains mainly: blue. Hex color #96999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96999F is #696660. Grayscale: #989898. Windows color (decimal): -6907489 or 10459542. OLE color: 10459542.

HSL color Cylindrical-coordinate representation of color #96999F: hue angle of 220º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96999F is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 153 159 -
CMYK 0.06 0.04 0 0.38
HSL 220º 0.04% 0.61% -
HSV(B) 220º 0.06% 0.62% -
XYZ 30.23 31.77 37.34 -
YUV 152.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 150 153 159 0.06 0.04 0 0.38 220 0.04 0.61
Hex 96 99 9F 6 4 0 26 DC 4 3D
Octal 226 231 237 6 4 0 46 334 4 75
Binary 10010110 10011001 10011111 110 100 0 100110 11011100 100 111101

Color Harmonies of #96999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96999F

Black with #96999F

Text Example


Text Example

White with #96999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96999F; }

 p { color: rgb(150,153,159); }

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

background-color css

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

 a { background-color: rgb(150,153,159); }

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

border-color css

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

 span { border-color: rgb(150,153,159); }

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