Html Css Color HEX #968295 Taupe Grey

📋 copy color: '#968295'

red 150 ◦ green 130 ◦ blue 149

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

Shades of Taupe Grey #968295

Tints of Taupe Grey #968295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 34.97%
G = 30.3%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#968295 (or 0x968295) is known color: 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

RGB 150 130 149 -
CMYK 0 0.13 0.01 0.41
HSL 303º 0.09% 0.55% -
HSV(B) 303º 0.13% 0.59% -
XYZ 25.99 24.62 31.82 -
YUV 138.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 150 130 149 0 0.13 0.01 0.41 303 0.09 0.55
Hex 96 82 95 0 D 1 29 12F 9 37
Octal 226 202 225 0 15 1 51 457 11 67
Binary 10010110 10000010 10010101 0 1101 1 101001 100101111 1001 110111

Color Harmonies of #968295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968295

Black with #968295

Text Example


Text Example

White with #968295

Text Example


Text Example

HTML Codes & Css Web 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>