#968C80

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

Shades of Heathered Grey #968C80

Tints of Heathered Grey #968C80

Color information

#968C80 (or 0x968C80) is unknown color: approx Heathered Grey. HEX triplet: 96, 8C and 80. RGB value is (150,140,128). Sum of RGB (Red+Green+Blue) = 150+140+128=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C80 is #69737F. Grayscale: #8D8D8D. Windows color (decimal): -6910848 or 8424598. OLE color: 8424598.

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

Color convert

RGB150140128-
CMYK00.070.150.41
HSL32.73º9.48%54.51%-
HSV(B)32.73º14.67%58.82%-
XYZ25.8526.824.23-
YUV141.62120.31133.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=35.89%
G=33.49%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014012800.070.150.4132.739.4854.51
Hex968C8007F2921937
Octal226214200071751411167
Binary100101101000110010000000011111111010011000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,128); }

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

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

 a { background-color: rgb(150,140,128); }

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

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

 span { border-color: rgb(150,140,128); }

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