Html Css Color HEX #988E85 Zorba

📋 copy color: '#988E85'

red 152 ◦ green 142 ◦ blue 133

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

Shades of Zorba #988E85

Tints of Zorba #988E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 35.6%
G = 33.26%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988E85 (or 0x988E85) is known color: Zorba. HEX triplet: 98, 8E and 85. RGB value is (152,142,133). Sum of RGB (Red+Green+Blue) = 152+142+133=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #988E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E85 is #67717A. Grayscale: #909090. Windows color (decimal): -6779259 or 8752792. OLE color: 8752792.

HSL color Cylindrical-coordinate representation of color #988E85: hue angle of 28.42º 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 #988E85 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 133 -
CMYK 0 0.07 0.13 0.40
HSL 28.42º 0.08% 0.56% -
HSV(B) 28.42º 0.13% 0.6% -
XYZ 26.86 27.71 26.12 -
YUV 143.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 152 142 133 0 0.07 0.13 0.40 28.42 0.08 0.56
Hex 98 8E 85 0 7 D 28 1C 8 38
Octal 230 216 205 0 7 15 50 34 10 70
Binary 10011000 10001110 10000101 0 111 1101 101000 11100 1000 111000

Color Harmonies of #988E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E85

Black with #988E85

Text Example


Text Example

White with #988E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988E85; }

 p { color: rgb(152,142,133); }

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

background-color css

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

 a { background-color: rgb(152,142,133); }

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

border-color css

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

 span { border-color: rgb(152,142,133); }

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