#948685

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

Shades of Suva Grey #948685

Tints of Suva Grey #948685

Color information

#948685 (or 0x948685) is unknown color: approx Suva Grey. HEX triplet: 94, 86 and 85. RGB value is (148,134,133). Sum of RGB (Red+Green+Blue) = 148+134+133=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948685 is #6B797A. Grayscale: #8A8A8A. Windows color (decimal): -7043451 or 8750740. OLE color: 8750740.

HSL color Cylindrical-coordinate representation of color #948685: hue angle of 4º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948685 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB148134133-
CMYK00.090.100.42
HSL6.55%55.1%-
HSV(B)10.14%58.04%-
XYZ24.9725.0425.71-
YUV138.07125.14135.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=35.66%
G=32.29%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813413300.090.100.4246.5555.1
Hex94868509A2A4737
Octal22420620501112524767
Binary100101001000011010000101010011010101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948685; }

 p { color: rgb(148,134,133); }

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

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

 a { background-color: rgb(148,134,133); }

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

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

 span { border-color: rgb(148,134,133); }

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