#968795

Color #968795 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #968795

Tints of Taupe Grey #968795

Color information

#968795 (or 0x968795) is unknown color: approx Taupe Grey. HEX triplet: 96, 87 and 95. RGB value is (150,135,149). Sum of RGB (Red+Green+Blue) = 150+135+149=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968795 is #69786A. Grayscale: #8D8D8D. Windows color (decimal): -6912107 or 9799574. OLE color: 9799574.

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

Color convert

RGB150135149-
CMYK00.10.010.41
HSL304º6.67%55.88%-
HSV(B)304º10%58.82%-
XYZ26.6725.9832.04-
YUV141.08132.47134.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=34.56%
G=31.11%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013514900.10.010.413046.6755.88
Hex9687950A129130738
Octal226207225012151460770
Binary100101101000011110010101010101101001100110000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968795; }

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

 H1.HeaderClassName
 {
   color: #968795;
 }
 .AnyTagClassName
 {
   color: #968795;
 }
</style>
background-color css

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

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

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

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

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

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