#968E83

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

Shades of Heathered Grey #968E83

Tints of Heathered Grey #968E83

Color information

#968E83 (or 0x968E83) is unknown color: approx Heathered Grey. HEX triplet: 96, 8E and 83. RGB value is (150,142,131). Sum of RGB (Red+Green+Blue) = 150+142+131=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #968E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E83 is #69717C. Grayscale: #8F8F8F. Windows color (decimal): -6910333 or 8621718. OLE color: 8621718.

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

Color convert

RGB150142131-
CMYK00.050.130.41
HSL34.74º8.3%55.1%-
HSV(B)34.74º12.67%58.82%-
XYZ26.3527.4725.39-
YUV143.14121.15132.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=35.46%
G=33.57%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014213100.050.130.4134.748.355.1
Hex968E8305D2923837
Octal226216203051551431067
Binary100101101000111010000011010111011010011000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,131); }

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

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

 a { background-color: rgb(150,142,131); }

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

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

 span { border-color: rgb(150,142,131); }

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