#908B85

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

Shades of Heathered Grey #908B85

Tints of Heathered Grey #908B85

Color information

#908B85 (or 0x908B85) is unknown color: approx Heathered Grey. HEX triplet: 90, 8B and 85. RGB value is (144,139,133). Sum of RGB (Red+Green+Blue) = 144+139+133=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #908B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B85 is #6F747A. Grayscale: #8B8B8B. Windows color (decimal): -7304315 or 8752016. OLE color: 8752016.

HSL color Cylindrical-coordinate representation of color #908B85: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908B85 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB144139133-
CMYK00.030.080.44
HSL32.73º4.72%54.31%-
HSV(B)32.73º7.64%56.47%-
XYZ24.9726.0925.91-
YUV139.81124.16130.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=34.62%
G=33.41%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413913300.030.080.4432.734.7254.31
Hex908B850382C21536
Octal22021320503105441566
Binary1001000010001011100001010111000101100100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908B85; }

 p { color: rgb(144,139,133); }

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

<style>
 a { background-color: #908B85; }

 a { background-color: rgb(144,139,133); }

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

<style>
 span { border-color: #908B85; }

 span { border-color: rgb(144,139,133); }

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