Html Css Color HEX #968B80 Heathered Grey

📋 copy color: '#968B80'

red 150 ◦ green 139 ◦ blue 128

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

Shades of Heathered Grey #968B80

Tints of Heathered Grey #968B80

RGB

 RED value IS 150 (58.98% from 255) = 35.97%

 GREEN value IS 139 (54.69% from 255) = 33.33%

 BLUE value IS 128 (50.39% from 255) = 30.7%

R = 35.97%
G = 33.33%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#968B80 (or 0x968B80) is known color: Heathered Grey. HEX triplet: 96, 8B and 80. RGB value is (150,139,128). Sum of RGB (Red+Green+Blue) = 150+139+128=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B80 is #69747F. Grayscale: #8D8D8D. Windows color (decimal): -6911104 or 8424342. OLE color: 8424342.

HSL color Cylindrical-coordinate representation of color #968B80: hue angle of 30º 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 #968B80 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 139 128 -
CMYK 0 0.07 0.15 0.41
HSL 30º 0.09% 0.55% -
HSV(B) 30º 0.15% 0.59% -
XYZ 25.71 26.51 24.18 -
YUV 141.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 150 139 128 0 0.07 0.15 0.41 30 0.09 0.55
Hex 96 8B 80 0 7 F 29 1E 9 37
Octal 226 213 200 0 7 17 51 36 11 67
Binary 10010110 10001011 10000000 0 111 1111 101001 11110 1001 110111

Color Harmonies of #968B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B80

Black with #968B80

Text Example


Text Example

White with #968B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #968B80;
 }
 .AnyTagClassName
 {
   color: #968B80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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