#968B79

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

Shades of Heathered Grey #968B79

Tints of Heathered Grey #968B79

Color information

#968B79 (or 0x968B79) is unknown color: approx Heathered Grey. HEX triplet: 96, 8B and 79. RGB value is (150,139,121). Sum of RGB (Red+Green+Blue) = 150+139+121=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #968B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B79 is #697486. Grayscale: #8C8C8C. Windows color (decimal): -6911111 or 7965590. OLE color: 7965590.

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

Color convert

RGB150139121-
CMYK00.070.190.41
HSL37.24º12.13%53.14%-
HSV(B)37.24º19.33%58.82%-
XYZ25.2626.3321.84-
YUV140.24117.14134.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=36.59%
G=33.90%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013912100.070.190.4137.2412.1353.14
Hex968B7907132925c35
Octal226213171072351451465
Binary100101101000101111110010111100111010011001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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