Html Css Color HEX #998E87 Zorba

📋 copy color: '#998E87'

red 153 ◦ green 142 ◦ blue 135

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

Shades of Zorba #998E87

Tints of Zorba #998E87

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.02%

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

R = 35.58%
G = 33.02%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#998E87 (or 0x998E87) is known color: Zorba. HEX triplet: 99, 8E and 87. RGB value is (153,142,135). Sum of RGB (Red+Green+Blue) = 153+142+135=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E87 is #667178. Grayscale: #909090. Windows color (decimal): -6713721 or 8883865. OLE color: 8883865.

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

Color convert

RGB 153 142 135 -
CMYK 0 0.07 0.12 0.4
HSL 23.33º 0.08% 0.56% -
HSV(B) 23.33º 0.12% 0.6% -
XYZ 27.18 27.87 26.87 -
YUV 144.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 153 142 135 0 0.07 0.12 0.4 23.33 0.08 0.56
Hex 99 8E 87 0 7 C 28 17 8 38
Octal 231 216 207 0 7 14 50 27 10 70
Binary 10011001 10001110 10000111 0 111 1100 101000 10111 1000 111000

Color Harmonies of #998E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E87

Black with #998E87

Text Example


Text Example

White with #998E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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