Html Css Color HEX #969995 Mantle

📋 copy color: '#969995'

red 150 ◦ green 153 ◦ blue 149

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

Shades of Mantle #969995

Tints of Mantle #969995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 33.19%
G = 33.85%
B = 32.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#969995 (or 0x969995) is known color: Mantle. HEX triplet: 96, 99 and 95. RGB value is (150,153,149). Sum of RGB (Red+Green+Blue) = 150+153+149=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 153 - color contains mainly: green. Hex color #969995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969995 is #69666A. Grayscale: #979797. Windows color (decimal): -6907499 or 9804182. OLE color: 9804182.

HSL color Cylindrical-coordinate representation of color #969995: hue angle of 105º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969995 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 149 -
CMYK 0.02 0 0.03 0.4
HSL 105º 0.02% 0.59% -
HSV(B) 105º 0.03% 0.6% -
XYZ 29.39 31.44 32.95 -
YUV 151.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 150 153 149 0.02 0 0.03 0.4 105 0.02 0.59
Hex 96 99 95 2 0 3 28 69 2 3B
Octal 226 231 225 2 0 3 50 151 2 73
Binary 10010110 10011001 10010101 10 0 11 101000 1101001 10 111011

Color Harmonies of #969995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969995

Black with #969995

Text Example


Text Example

White with #969995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969995; }

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

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

background-color css

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

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

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

border-color css

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

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

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