#968C8A

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

Shades of Suva Grey #968C8A

Tints of Suva Grey #968C8A

Color information

#968C8A (or 0x968C8A) is unknown color: approx Suva Grey. HEX triplet: 96, 8C and 8A. RGB value is (150,140,138). Sum of RGB (Red+Green+Blue) = 150+140+138=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #968C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C8A is #697375. Grayscale: #8E8E8E. Windows color (decimal): -6910838 or 9079958. OLE color: 9079958.

HSL color Cylindrical-coordinate representation of color #968C8A: hue angle of 10º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #968C8A is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150140138-
CMYK00.070.080.41
HSL10º5.41%56.47%-
HSV(B)10º8%58.82%-
XYZ26.5427.0827.87-
YUV142.76125.31133.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=35.05%
G=32.71%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014013800.070.080.41105.4156.47
Hex968C8A07829a538
Octal22621421207105112570
Binary100101101000110010001010011110001010011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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