Html Css Color HEX #968593 Taupe Grey

📋 copy color: '#968593'

red 150 ◦ green 133 ◦ blue 147

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

Shades of Taupe Grey #968593

Tints of Taupe Grey #968593

RGB

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

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

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

R = 34.88%
G = 30.93%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#968593 (or 0x968593) is known color: Taupe Grey. HEX triplet: 96, 85 and 93. RGB value is (150,133,147). Sum of RGB (Red+Green+Blue) = 150+133+147=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #968593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968593 is #697A6C. Grayscale: #8B8B8B. Windows color (decimal): -6912621 or 9667990. OLE color: 9667990.

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

Color convert

RGB 150 133 147 -
CMYK 0 0.11 0.02 0.41
HSL 310.59º 0.07% 0.55% -
HSV(B) 310.59º 0.11% 0.59% -
XYZ 26.23 25.37 31.12 -
YUV 139.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 150 133 147 0 0.11 0.02 0.41 310.59 0.07 0.55
Hex 96 85 93 0 B 2 29 137 7 37
Octal 226 205 223 0 13 2 51 467 7 67
Binary 10010110 10000101 10010011 0 1011 10 101001 100110111 111 110111

Color Harmonies of #968593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968593

Black with #968593

Text Example


Text Example

White with #968593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968593; }

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

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

background-color css

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

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

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

border-color css

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

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

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