Html Css Color HEX #968592 Taupe Grey

📋 copy color: '#968592'

red 150 ◦ green 133 ◦ blue 146

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

Shades of Taupe Grey #968592

Tints of Taupe Grey #968592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

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

R = 34.97%
G = 31%
B = 34.03%

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

#968592 (or 0x968592) is known color: Taupe Grey. HEX triplet: 96, 85 and 92. RGB value is (150,133,146). Sum of RGB (Red+Green+Blue) = 150+133+146=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #968592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968592 is #697A6D. Grayscale: #8B8B8B. Windows color (decimal): -6912622 or 9602454. OLE color: 9602454.

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

Color convert

RGB 150 133 146 -
CMYK 0 0.11 0.03 0.41
HSL 314.12º 0.07% 0.55% -
HSV(B) 314.12º 0.11% 0.59% -
XYZ 26.15 25.33 30.71 -
YUV 139.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 150 133 146 0 0.11 0.03 0.41 314.12 0.07 0.55
Hex 96 85 92 0 B 3 29 13A 7 37
Octal 226 205 222 0 13 3 51 472 7 67
Binary 10010110 10000101 10010010 0 1011 11 101001 100111010 111 110111

Color Harmonies of #968592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968592

Black with #968592

Text Example


Text Example

White with #968592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968592; }

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

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

background-color css

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

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

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

border-color css

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

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

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