Html Css Color HEX #968895 Taupe Grey

📋 copy color: '#968895'

red 150 ◦ green 136 ◦ blue 149

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

Shades of Taupe Grey #968895

Tints of Taupe Grey #968895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.26%

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

R = 34.48%
G = 31.26%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#968895 (or 0x968895) is known color: Taupe Grey. HEX triplet: 96, 88 and 95. RGB value is (150,136,149). Sum of RGB (Red+Green+Blue) = 150+136+149=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 150 - color contains mainly: red. Hex color #968895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968895 is #69776A. Grayscale: #8D8D8D. Windows color (decimal): -6911851 or 9799830. OLE color: 9799830.

HSL color Cylindrical-coordinate representation of color #968895: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #968895 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 149 -
CMYK 0 0.09 0.01 0.41
HSL 304.29º 0.06% 0.56% -
HSV(B) 304.29º 0.09% 0.59% -
XYZ 26.81 26.26 32.09 -
YUV 141.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 150 136 149 0 0.09 0.01 0.41 304.29 0.06 0.56
Hex 96 88 95 0 9 1 29 130 6 38
Octal 226 210 225 0 11 1 51 460 6 70
Binary 10010110 10001000 10010101 0 1001 1 101001 100110000 110 111000

Color Harmonies of #968895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968895

Black with #968895

Text Example


Text Example

White with #968895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968895; }

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

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

background-color css

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

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

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

border-color css

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

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

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