Html Css Color HEX #988683 Suva Grey

📋 copy color: '#988683'

red 152 ◦ green 134 ◦ blue 131

#988683
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Suva Grey #988683

Tints of Suva Grey #988683

RGB

 RED value IS 152 (59.77% from 255) = 36.45%

 GREEN value IS 134 (52.73% from 255) = 32.13%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 36.45%
G = 32.13%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#988683 (or 0x988683) is known color: Suva Grey. HEX triplet: 98, 86 and 83. RGB value is (152,134,131). Sum of RGB (Red+Green+Blue) = 152+134+131=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988683 is #67797C. Grayscale: #8B8B8B. Windows color (decimal): -6781309 or 8619672. OLE color: 8619672.

HSL color Cylindrical-coordinate representation of color #988683: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988683 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 131 -
CMYK 0 0.12 0.14 0.40
HSL 8.57º 0.09% 0.55% -
HSV(B) 8.57º 0.14% 0.6% -
XYZ 25.57 25.36 25.02 -
YUV 139.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 152 134 131 0 0.12 0.14 0.40 8.57 0.09 0.55
Hex 98 86 83 0 C E 28 9 9 37
Octal 230 206 203 0 14 16 50 11 11 67
Binary 10011000 10000110 10000011 0 1100 1110 101000 1001 1001 110111

Color Harmonies of #988683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988683

Black with #988683

Text Example


Text Example

White with #988683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988683; }

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

 H1.HeaderClassName
 {
   color: #988683;
 }
 .AnyTagClassName
 {
   color: #988683;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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