#8C8683

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

Shades of Suva Grey #8C8683

Tints of Suva Grey #8C8683

Color information

#8C8683 (or 0x8C8683) is unknown color: approx Suva Grey. HEX triplet: 8C, 86 and 83. RGB value is (140,134,131). Sum of RGB (Red+Green+Blue) = 140+134+131=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8683 is #73797C. Grayscale: #878787. Windows color (decimal): -7567741 or 8619660. OLE color: 8619660.

HSL color Cylindrical-coordinate representation of color #8C8683: hue angle of 20º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8683 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB140134131-
CMYK00.040.060.45
HSL20º3.77%53.14%-
HSV(B)20º6.43%54.9%-
XYZ23.4424.2624.92-
YUV135.45125.49131.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=34.57%
G=33.09%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013413100.040.060.45203.7753.14
Hex8C86830462D14435
Octal2142062030465524465
Binary100011001000011010000011010011010110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8683; }

 p { color: rgb(140,134,131); }

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

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

 a { background-color: rgb(140,134,131); }

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

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

 span { border-color: rgb(140,134,131); }

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