Html Css Color HEX #968B93 Taupe Grey

📋 copy color: '#968B93'

red 150 ◦ green 139 ◦ blue 147

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

Shades of Taupe Grey #968B93

Tints of Taupe Grey #968B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 34.4%
G = 31.88%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#968B93 (or 0x968B93) is known color: Taupe Grey. HEX triplet: 96, 8B and 93. RGB value is (150,139,147). Sum of RGB (Red+Green+Blue) = 150+139+147=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 150 - color contains mainly: red. Hex color #968B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B93 is #69746C. Grayscale: #8F8F8F. Windows color (decimal): -6911085 or 9669526. OLE color: 9669526.

HSL color Cylindrical-coordinate representation of color #968B93: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968B93 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 139 147 -
CMYK 0 0.07 0.02 0.41
HSL 316.36º 0.05% 0.57% -
HSV(B) 316.36º 0.07% 0.59% -
XYZ 27.08 27.06 31.4 -
YUV 143.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 150 139 147 0 0.07 0.02 0.41 316.36 0.05 0.57
Hex 96 8B 93 0 7 2 29 13C 5 39
Octal 226 213 223 0 7 2 51 474 5 71
Binary 10010110 10001011 10010011 0 111 10 101001 100111100 101 111001

Color Harmonies of #968B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B93

Black with #968B93

Text Example


Text Example

White with #968B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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