#968D7D

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

Shades of Heathered Grey #968D7D

Tints of Heathered Grey #968D7D

Color information

#968D7D (or 0x968D7D) is unknown color: approx Heathered Grey. HEX triplet: 96, 8D and 7D. RGB value is (150,141,125). Sum of RGB (Red+Green+Blue) = 150+141+125=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D7D is #697282. Grayscale: #8D8D8D. Windows color (decimal): -6910595 or 8228246. OLE color: 8228246.

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

Color convert

RGB150141125-
CMYK00.060.170.41
HSL38.4º10.64%53.92%-
HSV(B)38.4º16.67%58.82%-
XYZ25.827.0123.26-
YUV141.87118.48133.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=36.06%
G=33.89%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014112500.060.170.4138.410.6453.92
Hex968D7D06112926b36
Octal226215175062151461366
Binary100101101000110111111010110100011010011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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