#968A85

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

Shades of Suva Grey #968A85

Tints of Suva Grey #968A85

Color information

#968A85 (or 0x968A85) is unknown color: approx Suva Grey. HEX triplet: 96, 8A and 85. RGB value is (150,138,133). Sum of RGB (Red+Green+Blue) = 150+138+133=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A85 is #69757A. Grayscale: #8D8D8D. Windows color (decimal): -6911355 or 8751766. OLE color: 8751766.

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

Color convert

RGB150138133-
CMYK00.080.110.41
HSL17.65º7.49%55.49%-
HSV(B)17.65º11.33%58.82%-
XYZ25.926.3525.91-
YUV141.02123.48134.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=35.63%
G=32.78%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013813300.080.110.4117.657.4955.49
Hex968A8508B2912737
Octal226212205010135122767
Binary10010110100010101000010101000101110100110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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