#968793

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

Shades of Taupe Grey #968793

Tints of Taupe Grey #968793

Color information

#968793 (or 0x968793) is unknown color: approx Taupe Grey. HEX triplet: 96, 87 and 93. RGB value is (150,135,147). Sum of RGB (Red+Green+Blue) = 150+135+147=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #968793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968793 is #69786C. Grayscale: #8C8C8C. Windows color (decimal): -6912109 or 9668502. OLE color: 9668502.

HSL color Cylindrical-coordinate representation of color #968793: hue angle of 312º 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 #968793 is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB150135147-
CMYK00.10.020.41
HSL312º6.67%55.88%-
HSV(B)312º10%58.82%-
XYZ26.5125.9231.21-
YUV140.85131.47134.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=34.72%
G=31.25%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013514700.10.020.413126.6755.88
Hex9687930A229138738
Octal226207223012251470770
Binary1001011010000111100100110101010101001100111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968793; }

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

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

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

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

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

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

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

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