Html Css Color HEX #968E83 Heathered Grey

📋 copy color: '#968E83'

red 150 ◦ green 142 ◦ blue 131

#968E83
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #968E83

Tints of Heathered Grey #968E83

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 value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#968E83 (or 0x968E83) is known color: 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

RGB 150 142 131 -
CMYK 0 0.05 0.13 0.41
HSL 34.74º 0.08% 0.55% -
HSV(B) 34.74º 0.13% 0.59% -
XYZ 26.35 27.47 25.39 -
YUV 143.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 150 142 131 0 0.05 0.13 0.41 34.74 0.08 0.55
Hex 96 8E 83 0 5 D 29 23 8 37
Octal 226 216 203 0 5 15 51 43 10 67
Binary 10010110 10001110 10000011 0 101 1101 101001 100011 1000 110111

Color Harmonies of #968E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E83

Black with #968E83

Text Example


Text Example

White with #968E83

Text Example


Text Example

HTML Codes & Css Web 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>