Html Css Color HEX #998C8A Suva Grey

📋 copy color: '#998C8A'

red 153 ◦ green 140 ◦ blue 138

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

Shades of Suva Grey #998C8A

Tints of Suva Grey #998C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 35.5%
G = 32.48%
B = 32.02%

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

#998C8A (or 0x998C8A) is known color: Suva Grey. HEX triplet: 99, 8C and 8A. RGB value is (153,140,138). Sum of RGB (Red+Green+Blue) = 153+140+138=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C8A is #667375. Grayscale: #8F8F8F. Windows color (decimal): -6714230 or 9079961. OLE color: 9079961.

HSL color Cylindrical-coordinate representation of color #998C8A: hue angle of 8º 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 #998C8A is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 138 -
CMYK 0 0.08 0.10 0.4
HSL 0.07% 0.57% -
HSV(B) 0.1% 0.6% -
XYZ 27.1 27.36 27.9 -
YUV 143.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 153 140 138 0 0.08 0.10 0.4 8 0.07 0.57
Hex 99 8C 8A 0 8 A 28 8 7 39
Octal 231 214 212 0 10 12 50 10 7 71
Binary 10011001 10001100 10001010 0 1000 1010 101000 1000 111 111001

Color Harmonies of #998C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C8A

Black with #998C8A

Text Example


Text Example

White with #998C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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