Html Css Color HEX #998C87 Suva Grey

📋 copy color: '#998C87'

red 153 ◦ green 140 ◦ blue 135

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

Shades of Suva Grey #998C87

Tints of Suva Grey #998C87

RGB

 RED value IS 153 (60.16% from 255) = 35.75%

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 135 (53.13% from 255) = 31.54%

R = 35.75%
G = 32.71%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#998C87 (or 0x998C87) is known color: Suva Grey. HEX triplet: 99, 8C and 87. RGB value is (153,140,135). Sum of RGB (Red+Green+Blue) = 153+140+135=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #998C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C87 is #667378. Grayscale: #8F8F8F. Windows color (decimal): -6714233 or 8883353. OLE color: 8883353.

HSL color Cylindrical-coordinate representation of color #998C87: hue angle of 16.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998C87 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 135 -
CMYK 0 0.08 0.12 0.4
HSL 16.67º 0.08% 0.56% -
HSV(B) 16.67º 0.12% 0.6% -
XYZ 26.89 27.28 26.77 -
YUV 143.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 153 140 135 0 0.08 0.12 0.4 16.67 0.08 0.56
Hex 99 8C 87 0 8 C 28 11 8 38
Octal 231 214 207 0 10 14 50 21 10 70
Binary 10011001 10001100 10000111 0 1000 1100 101000 10001 1000 111000

Color Harmonies of #998C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C87

Black with #998C87

Text Example


Text Example

White with #998C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998C87; }

 p { color: rgb(153,140,135); }

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

background-color css

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

 a { background-color: rgb(153,140,135); }

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

border-color css

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

 span { border-color: rgb(153,140,135); }

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