#968985

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

Shades of Suva Grey #968985

Tints of Suva Grey #968985

Color information

#968985 (or 0x968985) is unknown color: approx Suva Grey. HEX triplet: 96, 89 and 85. RGB value is (150,137,133). Sum of RGB (Red+Green+Blue) = 150+137+133=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968985 is #69767A. Grayscale: #8C8C8C. Windows color (decimal): -6911611 or 8751510. OLE color: 8751510.

HSL color Cylindrical-coordinate representation of color #968985: hue angle of 14.12º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968985 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150137133-
CMYK00.090.110.41
HSL14.12º7.49%55.49%-
HSV(B)14.12º11.33%58.82%-
XYZ25.7626.0725.86-
YUV140.43123.81134.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=35.71%
G=32.62%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013713300.090.110.4114.127.4955.49
Hex96898509B29e737
Octal226211205011135116767
Binary1001011010001001100001010100110111010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968985; }

 p { color: rgb(150,137,133); }

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

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

 a { background-color: rgb(150,137,133); }

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

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

 span { border-color: rgb(150,137,133); }

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