Html Css Color HEX #968692 Taupe Grey

📋 copy color: '#968692'

red 150 ◦ green 134 ◦ blue 146

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

Shades of Taupe Grey #968692

Tints of Taupe Grey #968692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.16%

 BLUE value IS 146 (57.42% from 255) = 33.95%

R = 34.88%
G = 31.16%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#968692 (or 0x968692) is known color: Taupe Grey. HEX triplet: 96, 86 and 92. RGB value is (150,134,146). Sum of RGB (Red+Green+Blue) = 150+134+146=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #968692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968692 is #69796D. Grayscale: #8C8C8C. Windows color (decimal): -6912366 or 9602710. OLE color: 9602710.

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

Color convert

RGB 150 134 146 -
CMYK 0 0.11 0.03 0.41
HSL 315º 0.07% 0.56% -
HSV(B) 315º 0.11% 0.59% -
XYZ 26.29 25.61 30.75 -
YUV 140.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 150 134 146 0 0.11 0.03 0.41 315 0.07 0.56
Hex 96 86 92 0 B 3 29 13B 7 38
Octal 226 206 222 0 13 3 51 473 7 70
Binary 10010110 10000110 10010010 0 1011 11 101001 100111011 111 111000

Color Harmonies of #968692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968692

Black with #968692

Text Example


Text Example

White with #968692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968692; }

 p { color: rgb(150,134,146); }

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

background-color css

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

 a { background-color: rgb(150,134,146); }

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

border-color css

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

 span { border-color: rgb(150,134,146); }

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