Html Css Color HEX #968E85 Heathered Grey

📋 copy color: '#968E85'

red 150 ◦ green 142 ◦ blue 133

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

Shades of Heathered Grey #968E85

Tints of Heathered Grey #968E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.41%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 35.29%
G = 33.41%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#968E85 (or 0x968E85) is known color: Heathered Grey. HEX triplet: 96, 8E and 85. RGB value is (150,142,133). Sum of RGB (Red+Green+Blue) = 150+142+133=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #968E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E85 is #69717A. Grayscale: #8F8F8F. Windows color (decimal): -6910331 or 8752790. OLE color: 8752790.

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

Color convert

RGB 150 142 133 -
CMYK 0 0.05 0.11 0.41
HSL 31.76º 0.07% 0.55% -
HSV(B) 31.76º 0.11% 0.59% -
XYZ 26.48 27.52 26.11 -
YUV 143.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 150 142 133 0 0.05 0.11 0.41 31.76 0.07 0.55
Hex 96 8E 85 0 5 B 29 20 7 37
Octal 226 216 205 0 5 13 51 40 7 67
Binary 10010110 10001110 10000101 0 101 1011 101001 100000 111 110111

Color Harmonies of #968E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E85

Black with #968E85

Text Example


Text Example

White with #968E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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