Html Css Color HEX #999188 Zorba

📋 copy color: '#999188'

red 153 ◦ green 145 ◦ blue 136

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

Shades of Zorba #999188

Tints of Zorba #999188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.41%

 BLUE value IS 136 (53.52% from 255) = 31.34%

R = 35.25%
G = 33.41%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#999188 (or 0x999188) is known color: Zorba. HEX triplet: 99, 91 and 88. RGB value is (153,145,136). Sum of RGB (Red+Green+Blue) = 153+145+136=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999188 is #666E77. Grayscale: #929292. Windows color (decimal): -6712952 or 8950169. OLE color: 8950169.

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

Color convert

RGB 153 145 136 -
CMYK 0 0.05 0.11 0.4
HSL 31.76º 0.08% 0.57% -
HSV(B) 31.76º 0.11% 0.6% -
XYZ 27.71 28.8 27.39 -
YUV 146.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 153 145 136 0 0.05 0.11 0.4 31.76 0.08 0.57
Hex 99 91 88 0 5 B 28 20 8 39
Octal 231 221 210 0 5 13 50 40 10 71
Binary 10011001 10010001 10001000 0 101 1011 101000 100000 1000 111001

Color Harmonies of #999188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999188

Black with #999188

Text Example


Text Example

White with #999188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999188; }

 p { color: rgb(153,145,136); }

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

background-color css

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

 a { background-color: rgb(153,145,136); }

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

border-color css

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

 span { border-color: rgb(153,145,136); }

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