Html Css Color HEX #968D84 Heathered Grey

📋 copy color: '#968D84'

red 150 ◦ green 141 ◦ blue 132

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

Shades of Heathered Grey #968D84

Tints of Heathered Grey #968D84

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.33%

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 35.46%
G = 33.33%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#968D84 (or 0x968D84) is known color: Heathered Grey. HEX triplet: 96, 8D and 84. RGB value is (150,141,132). Sum of RGB (Red+Green+Blue) = 150+141+132=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D84 is #69727B. Grayscale: #8E8E8E. Windows color (decimal): -6910588 or 8686998. OLE color: 8686998.

HSL color Cylindrical-coordinate representation of color #968D84: hue angle of 30º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #968D84 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 141 132 -
CMYK 0 0.06 0.12 0.41
HSL 30º 0.08% 0.55% -
HSV(B) 30º 0.12% 0.59% -
XYZ 26.27 27.2 25.7 -
YUV 142.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 150 141 132 0 0.06 0.12 0.41 30 0.08 0.55
Hex 96 8D 84 0 6 C 29 1E 8 37
Octal 226 215 204 0 6 14 51 36 10 67
Binary 10010110 10001101 10000100 0 110 1100 101001 11110 1000 110111

Color Harmonies of #968D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968D84

Black with #968D84

Text Example


Text Example

White with #968D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,141,132); }

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

background-color css

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

 a { background-color: rgb(150,141,132); }

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

border-color css

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

 span { border-color: rgb(150,141,132); }

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