Html Css Color HEX #998C89 Suva Grey

📋 copy color: '#998C89'

red 153 ◦ green 140 ◦ blue 137

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

Shades of Suva Grey #998C89

Tints of Suva Grey #998C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 35.58%
G = 32.56%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#998C89 (or 0x998C89) is known color: Suva Grey. HEX triplet: 99, 8C and 89. RGB value is (153,140,137). Sum of RGB (Red+Green+Blue) = 153+140+137=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C89 is #667376. Grayscale: #8F8F8F. Windows color (decimal): -6714231 or 9014425. OLE color: 9014425.

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

Color convert

RGB 153 140 137 -
CMYK 0 0.08 0.10 0.4
HSL 11.25º 0.07% 0.57% -
HSV(B) 11.25º 0.1% 0.6% -
XYZ 27.03 27.33 27.52 -
YUV 143.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 153 140 137 0 0.08 0.10 0.4 11.25 0.07 0.57
Hex 99 8C 89 0 8 A 28 B 7 39
Octal 231 214 211 0 10 12 50 13 7 71
Binary 10011001 10001100 10001001 0 1000 1010 101000 1011 111 111001

Color Harmonies of #998C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C89

Black with #998C89

Text Example


Text Example

White with #998C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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