Html Css Color HEX #998F85 Zorba

📋 copy color: '#998F85'

red 153 ◦ green 143 ◦ blue 133

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

Shades of Zorba #998F85

Tints of Zorba #998F85

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.33%

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

R = 35.66%
G = 33.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#998F85 (or 0x998F85) is known color: Zorba. HEX triplet: 99, 8F and 85. RGB value is (153,143,133). Sum of RGB (Red+Green+Blue) = 153+143+133=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #998F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F85 is #66707A. Grayscale: #909090. Windows color (decimal): -6713467 or 8753049. OLE color: 8753049.

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

Color convert

RGB 153 143 133 -
CMYK 0 0.07 0.13 0.4
HSL 30º 0.09% 0.56% -
HSV(B) 30º 0.13% 0.6% -
XYZ 27.19 28.11 26.18 -
YUV 144.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 153 143 133 0 0.07 0.13 0.4 30 0.09 0.56
Hex 99 8F 85 0 7 D 28 1E 9 38
Octal 231 217 205 0 7 15 50 36 11 70
Binary 10011001 10001111 10000101 0 111 1101 101000 11110 1001 111000

Color Harmonies of #998F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F85

Black with #998F85

Text Example


Text Example

White with #998F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,143,133); }

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

background-color css

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

 a { background-color: rgb(153,143,133); }

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

border-color css

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

 span { border-color: rgb(153,143,133); }

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