#968D79

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

Shades of Heathered Grey #968D79

Tints of Heathered Grey #968D79

Color information

#968D79 (or 0x968D79) is unknown color: approx Heathered Grey. HEX triplet: 96, 8D and 79. RGB value is (150,141,121). Sum of RGB (Red+Green+Blue) = 150+141+121=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D79 is #697286. Grayscale: #8D8D8D. Windows color (decimal): -6910599 or 7966102. OLE color: 7966102.

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

Color convert

RGB150141121-
CMYK00.060.190.41
HSL41.38º12.13%53.14%-
HSV(B)41.38º19.33%58.82%-
XYZ25.5526.9121.94-
YUV141.41116.48134.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=36.41%
G=34.22%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014112100.060.190.4141.3812.1353.14
Hex968D7906132929c35
Octal226215171062351511465
Binary100101101000110111110010110100111010011010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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