#968E7B

Color #968E7B Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #968E7B

Tints of Heathered Grey #968E7B

Color information

#968E7B (or 0x968E7B) is unknown color: approx Heathered Grey. HEX triplet: 96, 8E and 7B. RGB value is (150,142,123). Sum of RGB (Red+Green+Blue) = 150+142+123=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E7B is #697184. Grayscale: #8E8E8E. Windows color (decimal): -6910341 or 8097430. OLE color: 8097430.

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

Color convert

RGB150142123-
CMYK00.050.180.41
HSL42.22º11.39%53.53%-
HSV(B)42.22º18%58.82%-
XYZ25.8327.2622.64-
YUV142.23117.15133.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=36.14%
G=34.22%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014212300.050.180.4142.2211.3953.53
Hex968E7B0512292ab36
Octal226216173052251521366
Binary100101101000111011110110101100101010011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #968E7B;
 }
 .AnyTagClassName
 {
   color: #968E7B;
 }
</style>
background-color css

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

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

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

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

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

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