Html Css Color HEX #968294 Taupe Grey

📋 copy color: '#968294'

red 150 ◦ green 130 ◦ blue 148

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

Shades of Taupe Grey #968294

Tints of Taupe Grey #968294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 35.05%
G = 30.37%
B = 34.58%

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

#968294 (or 0x968294) is known color: Taupe Grey. HEX triplet: 96, 82 and 94. RGB value is (150,130,148). Sum of RGB (Red+Green+Blue) = 150+130+148=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #968294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968294 is #697D6B. Grayscale: #898989. Windows color (decimal): -6913388 or 9732758. OLE color: 9732758.

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

Color convert

RGB 150 130 148 -
CMYK 0 0.13 0.01 0.41
HSL 306º 0.09% 0.55% -
HSV(B) 306º 0.13% 0.59% -
XYZ 25.91 24.59 31.4 -
YUV 138.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 150 130 148 0 0.13 0.01 0.41 306 0.09 0.55
Hex 96 82 94 0 D 1 29 132 9 37
Octal 226 202 224 0 15 1 51 462 11 67
Binary 10010110 10000010 10010100 0 1101 1 101001 100110010 1001 110111

Color Harmonies of #968294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968294

Black with #968294

Text Example


Text Example

White with #968294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968294; }

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

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

background-color css

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

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

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

border-color css

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

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

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