#968D81

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

Shades of Heathered Grey #968D81

Tints of Heathered Grey #968D81

Color information

#968D81 (or 0x968D81) is unknown color: approx Heathered Grey. HEX triplet: 96, 8D and 81. RGB value is (150,141,129). Sum of RGB (Red+Green+Blue) = 150+141+129=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D81 is #69727E. Grayscale: #8E8E8E. Windows color (decimal): -6910591 or 8490390. OLE color: 8490390.

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

Color convert

RGB150141129-
CMYK00.060.140.41
HSL34.29º9.09%54.71%-
HSV(B)34.29º14%58.82%-
XYZ26.0727.1224.63-
YUV142.32120.48133.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=35.71%
G=33.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014112900.060.140.4134.299.0954.71
Hex968D8106E2922937
Octal226215201061651421167
Binary100101101000110110000001011011101010011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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