#968295

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

Shades of Taupe Grey #968295

Tints of Taupe Grey #968295

Color information

#968295 (or 0x968295) is unknown color: approx Taupe Grey. HEX triplet: 96, 82 and 95. RGB value is (150,130,149). Sum of RGB (Red+Green+Blue) = 150+130+149=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #968295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968295 is #697D6A. Grayscale: #8A8A8A. Windows color (decimal): -6913387 or 9798294. OLE color: 9798294.

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

Color convert

RGB150130149-
CMYK00.130.010.41
HSL303º8.7%54.9%-
HSV(B)303º13.33%58.82%-
XYZ25.9924.6231.82-
YUV138.15134.13136.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=34.97%
G=30.30%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013014900.130.010.413038.754.9
Hex9682950D12912f937
Octal2262022250151514571167
Binary1001011010000010100101010110111010011001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968295; }

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

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

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

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

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

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

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

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