Html Css Color HEX #999187 Zorba

📋 copy color: '#999187'

red 153 ◦ green 145 ◦ blue 135

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

Shades of Zorba #999187

Tints of Zorba #999187

RGB

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

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

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

R = 35.33%
G = 33.49%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#999187 (or 0x999187) is known color: Zorba. HEX triplet: 99, 91 and 87. RGB value is (153,145,135). Sum of RGB (Red+Green+Blue) = 153+145+135=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 153 - color contains mainly: red. Hex color #999187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999187 is #666E78. Grayscale: #929292. Windows color (decimal): -6712953 or 8884633. OLE color: 8884633.

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

Color convert

RGB 153 145 135 -
CMYK 0 0.05 0.12 0.4
HSL 33.33º 0.08% 0.56% -
HSV(B) 33.33º 0.12% 0.6% -
XYZ 27.64 28.77 27.02 -
YUV 146.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 153 145 135 0 0.05 0.12 0.4 33.33 0.08 0.56
Hex 99 91 87 0 5 C 28 21 8 38
Octal 231 221 207 0 5 14 50 41 10 70
Binary 10011001 10010001 10000111 0 101 1100 101000 100001 1000 111000

Color Harmonies of #999187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999187

Black with #999187

Text Example


Text Example

White with #999187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999187; }

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

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

background-color css

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

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

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

border-color css

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

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

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